function LaunchHelp() {
  winHelp = window.open('http://192.77.186.34/depot/custsrvc/custsrvchelp.htm', 'window', 'width=500,height=400,toolbar=no,scrollbars=yes,resizable=yes');  	
  if (winHelp != null) {winHelp.focus();}
  return false;
}

function viewreport(cGoto) {
   var dateobj = new Date()
   var cmin = dateobj.getMinutes()
   var csec = dateobj.getSeconds();
   var newname = cmin.toString() + csec.toString(); 
   window.open(cGoto,newname,"toolbar=no,menubar=yes,resizable=yes,scrollbars=yes,height=480,width=650");	   	   
}		  	

