// JavaScript Document
<!--
function PP(fid)
{
	childWindow = window.open(""+fid, "opennew", "status=1,width=510,height=510,left=400,top=100,scrollbars=1,resizable=0");
    if (childWindow.opener == null) childWindow.opener = self;
}

//-->
