function window.onload() 
{
	if(window.top.location == window.location) 
	{
		window.location="index.aspx";
	}
	else
	{
		top.document.all.MainFrame.height=document.body.scrollHeight;
	}
} 
