function PageLoad()
{
	try
	{
		parent.SetSizeIFrame(document.body.scrollWidth, document.body.scrollHeight);
	}
	catch(er){}
}

