// JavaScript Document

function resizemainFrame(obj)
{	
	docHeight = mainFrame.document.height || mainFrame.document.body.scrollHeight;
	obj.style.height = docHeight + "px";
}
