function DetailsWindow(REF) {
window.open(REF,  'window', 'toolbar=no,scrollbars=yes,resizable=yes,width=850,height=650,left=10,top=10')
}

function ContactUs() {
window.open('/cgi-bin/MHDB/mdb.pl?contactus',  'window', 'toolbar=no,scrollbars=auto,resizable=yes,width=440,height=400,left=10,top=10')
}

function printit(){  
var NS = (navigator.appName == "Netscape");
var VERSION = parseInt(navigator.appVersion);
if (NS) {
    window.print() ;  
} else {
    var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
    WebBrowser1.ExecWB(6, 2); 
 }
}

var blue;
  fbPageOptions = {
    theme: blue,
    resizeDuration: 5.5,
    imageFadeDuration: 4.5,
    overlayFadeDuration: 0,
    navType: 'both'
  };