function stopError() 
             {
                  return true;
             }
window.onerror = stopError;

function topTest()
{
	if(!top.hsd)
		{
			var newURL="http://www.hotel-service-desk.com/"+"?"+self.location.href;
			if (document.images) 
				top.location.replace(newURL);
			else  top.location.href=newURL;
          }
}
topTest();

function ShowHelp() {
var msgWindow=window.open("http://www.hotel-service-desk.com/help.html",'displayWindow',"width=460,height=400,top=20,left=144,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
msgWindow.focus();
}
