function helpOpener(tP){
 c=   "toolbar=0,location=0,directories=0,status=0,menubar=0,";
 c+=  "scrollbars=1,resizable=1,width=500,height=350";
 if(tP=="cant_tell")tP=global_maintmpl;
 tpl=tP;
 ver=navigator.appVersion.substring(0,1);
 app=navigator.appName;
 if(global_title_str.indexOf("Admin")>-1){n="helpAdminWin";f="Popup";}
 else { n="helpUserWin";f="Popup";}
 if(ver<3)f=f+"_simple";
 if(((app!="Netscape"&&app!="Mozilla")||ver>2) &&(app!="Microsoft Internet Explorer"||ver>3)){
   newWin=window.open("",n,c);
   if(newWin!="undefined"&&newWin.frames&&newWin.frames.length>0&&document.images){
    newWin.focus();newWin.helpFileName=tP;newWin.initializeTree();return;}}

 var p=document.location.href;if(!p)p=document.location;if(p.indexOf("https:")!=-1)p="https:";else p="http:";
 var filename=p+"//"+location.host+"/cgi/get?jet/help_dir/help"+f+":"+global_stamp;
 if(((app!="Netscape"&&app!="Mozilla")||ver>2) && (app!="Microsoft Internet Explorer"||ver>3))
  newWin.location = filename;
 else newWin=window.open(filename,n,c);
 if(document.images||navigator.appName=="Netscape"){newWin.opener=window;if(document.images)newWin.focus();}}
function getTemplate(){return tpl;}
