function loadIframe(theURL) {
	document.getElementById("mainContent").src=theURL;
}

function resizeMe(obj){ 
docHeight = mainContent.document.body.scrollHeight
 obj.style.height = docHeight + 'px'
}