function window.onload()
{//Set iframe's Height
	if (self.location!=top.location)
	{
		parent.document.all(self.name).height = document.body.scrollHeight;
	}
}
