function bph_NavBar( tableCellRef, hoverFlag, navStyle ) {
 if ( hoverFlag ) {
  switch ( navStyle ) {
   case 1:
    tableCellRef.style.backgroundColor = '#99ccdd';
    break;
   default:
    if ( document.getElementsByTagName ) {
     tableCellRef.getElementsByTagName( 'a' )[0].style.color = '#000000';
    }
  }
 } else {
  switch ( navStyle ) {
   case 1:
    tableCellRef.style.backgroundColor = '#DAE5EF';
    break;
   default:
    if ( document.getElementsByTagName ) {
     tableCellRef.getElementsByTagName( 'a' )[0].style.color = '#ffffff';
    }
  }
 }
}

function bph_navBarClick( tableCellRef, navStyle, url ) {
 bph_navBar( tableCellRef, 0, navStyle );
 bph_goTo( url );
}

function bph_goTo( url ) {
 window.location.href = url;
}

function olyWindow(tearl,dcy,osb,owd,oht){ window.open(tearl,'_blank','toolbar=no,directories=no,location=no,status=no,menubar=no,scrollbars='+osb+',resizable=no,width='+owd+',height='+oht);}
function popWindow(URL){olyWindow(URL,'no','no','348','280');}
function popWindow1(URL){olyWindow(URL,'no','yes','400','300');}
function popWindow2(URL){olyWindow(URL,'no','yes','580','660');}
function popWindowSendMessage(){olyWindow('https://ynhhsrequest.org/referral/email.lasso?-token.inst=bh','no','yes','580','660');}

