$(document).ready(
	function()
	{
		parent.window.document.getElementById("iframeMain").height=document.body.offsetHeight;
	}
);
