
function newPWindow(wide,high){

 winFeatures="'status=no,location=no,toolbar=no,scrollbars=no,resizable= 0, width="+wide+",height="+high+"'"; 
 showcase=window.open("",'pWin',winFeatures);
 showcase.focus();
}

