<!--
function newPWindow(wide,high){
 winFeatures="'status=no,location=no,toolbar=no,scrollbars=yes,width="+wide+",height="+high+"'";
 showcase=window.open("",'pWin',winFeatures);
 showcase.focus();
}
// -->