<!--
function Menu_Off(element, tt, ttt) {
if (document.all[element].style.display=='')
  {
    document.all[element].style.display='none';

  } else {
   document.all[element].style.display='';
 document.all[tt].style.display='none';
 document.all[ttt].style.display='none';
  }
}
//-->
<!--
function Pop(theURL, w, h){
     ver = parseInt(navigator.appVersion.substring(0,1));       newWin=window.open(''+theURL+'',"","width="+w+",height="+h+",menubar=no,toolbar=no,status=no,resizable=no,scrollbars=no,");
        if ((!((navigator.appName == "Netscape")&&(ver==2))) && (!((navigator.appName == "Microsoft Internet Explorer")&&(ver<4)))){
          setTimeout("if (newWin) newWin.focus();",1);
    }
}
//-->
