function PPup(theUrl,theWidth,theHeight)
{NewWindow = window.open(theUrl, "PopWin","toolbar=no,location=no,status=no,resizable=yes,directories=no,menubar=no,scrollbars=yes,width=" + theWidth +",height=" + theHeight);NewWindow.focus();}