	function loadIframe(theURL) {		document.getElementById("mainContent").src=theURL;	}		// resizes Iframe according to content	function resizeMe(obj){   		docHeight = mainContent.document.body.scrollHeight  		  		obj.style.height = docHeight + 'px'	} 