 document.write("<SCRIPT LANGUAGE=javascript SRC=\""); 
 document.write(ScriptPath+"PanelUtility.js"); 
 document.write("\"></SCRIPT>"); 
 document.write("<SCRIPT LANGUAGE=javascript SRC=\"");
  if (document.all && !(document.getElementById)) { document.write(ScriptPath+"PanelIE4.js"); } 
  else if (document.all) { document.write(ScriptPath+"PanelIE5p.js"); }
   else if (document.getElementById) { document.write(ScriptPath+"PanelNS6p.js"); } 
   else { document.write(ScriptPath+"PanelUnknown.js"); } document.write("\"></SCRIPT>"); 
