//===== relative URL handling code for js files ================
sWZBaseFolder = "www.cmj.com";                          
sWZ = window.location.href;                                     
iWZ = sWZ.indexOf(sWZBaseFolder) + sWZBaseFolder.length + 1;    
sWZBase = sWZ.substring(0,iWZ);                                 
//===== Copyright © 2001 Spidersoft. All rights reserved. ======

function open_help(theURL){
  var winName = 'WinOpen';
  window.open(theURL,winName,'width=400, height=500, scrollbars=yes');
}

function MM_openBrWindow(theURL,winName,args){
  window.open(theURL,winName,""+args+"");
} 

function redirect(URL){
  if(URL){ location.href = URL; }
}
