/////////////////////
// Begin PNGC scripts
/////////////////////
var blah = null;

function PopupWindow( URL, WindowName, Width, Height )
{
	window.open(URL,WindowName,'width='+Width.toString()+',height='+Height.toString()+',resizable=yes,scrollbars=yes,location=yes');
	return false;
}

/////////////////////
// End PNGC scripts
/////////////////////

