function getHelp(newURL, newFeatures)
{
  if ((navigator.appName=='Microsoft Internet Explorer') && (window.HelpWindow)) HelpWindow.close();
  HelpWindow = open(newURL, "HelpWindow", newFeatures + ",screenX=0,left=0,screenY=0,top=0,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,status=0,toolbar=0,scroll=1");
  if (HelpWindow.opener == null) HelpWindow.opener = window;
  HelpWindow.focus();
}
//if (navigator.userAgent=='Opera') history.go(0);


function runWizard(h,w,content)
{
	oNewWindow = window.open(content,null,"height="+h+",width="+w+",status=no,toolbar=no,resizable=yes,menubar=no,location=no,scrollbars=yes");
}


<!--
function Form1_Validator(theForm)
{
if (theForm.xSearch.value == "")
{
alert("To search our catalogue, please enter a search term.");
theForm.xSearch.focus();
return (false);
}

}
//-->