function openPopupWindow(theURL,theWindow,theWidth,theHeight) {
	var w = theWidth;
	var h = theHeight;
	var x = (screen.width - w) / 2;
	var y = (screen.height - h) / 2;
	window.open(theURL,theWindow,'top='+y+',left='+x+',width='+w+',height='+h+',resizable=yes,scrollbars=yes,menubar=no,toolbar=no,directories=no,location=no,status=no');
}

function bookmarkPage(URL,Title){
   if (!document.all) {
      alert('Please use Ctrl-D to bookmark the page');
   }
   else external.AddFavorite(URL,Title);
   return false;
}

function mkEnq(iQryCat){

   window.open('../qo/selqrytype.asp?QryCatId='+iQryCat,'mkenq','height=700,width=680,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes');

}

function userReg(sQS){

   window.open('../qo/registration.asp'+sQS,'userreg','height=500,width=700,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes');

}

function convTool(){

   window.open('../tools/conv.asp','conv','top=200,left=300,height=180,width=300,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no');

}
