function newWindow(theURL,w,h)
{
	Feature='toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width='+w+',height='+h;
	EnqWin=window.open(theURL,'Detail',Feature);
	//EnqWin.focus();
}
