

 document.write("<SCRIPT LANGUAGE=javascript SRC=\"");
  if (document.all && !(document.getElementById)) {
   document.write(ScriptPath+"MenuIE4.js"); 
   } else if (document.all && (navigator.platform.toLowerCase().indexOf("mac") != -1)) { 
   document.write(ScriptPath+"MenuIE5pmac.js"); 
   } else if (document.all) { 
   document.write(ScriptPath+"MenuIE5p.js"); 
   } else if (document.getElementById) { 
   document.write(ScriptPath+"MenuNS6p.js"); 
   } else { document.write(ScriptPath+"MenuUnknown.js"); 
   } document.write("\"></SCRIPT>"); 
