function sendPage(){
  BU_openBrWindow('/phpbin/sendpage/mailer.php?Root=/aodhealth/&Url='+window.document.location,'send','width=510,height=450');
}

function BU_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
