<!--//
//------------------------------------------------------------
//javascript by ?&#8212;&#8218;&curren;&#8218;&sup3; http://www.scriptsquare.com/usajava/
//------------------------------------------------------------
function MakeChild(strFileName)
{
	window.open(strFileName,"","screenX=340,screenY=260,left=155,top=100,width=640,height=452");
	}
//-->