<!--

function displayMsg(message) {
    window.status=message
}

function goto_URL(object) {
    window.location.href = object.options[object.selectedIndex].value;
}

function printpage() {
window.print();  
}

function ShowLayer(){return};
function OutLayer(){return};
globalNS = (document.layers);
globalIE = (document.all);
globalNSIE = (globalNS || globalIE);
globalNoMac = (navigator.appVersion.indexOf("Mac") == -1);
globalPopup = (globalNSIE && globalNoMac);
globalPulldown = (globalNSIE && globalNoMac);
if (!globalPulldown) event = null;
if (document.layers) {
  appVer = navigator.appVersion.substring(0,4);
  if (appVer < 4.06) globalPopup = 0;
}



//-->