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

