// JavaScript Document

document.write("<iframe src='http://www.powermega.com/Configuration/search.asp' frameborder='0' id='frame_content' scrolling='auto' width='500' height='600' style='border:1px solid #cccccc; '></iframe>")
//alert(parent.document.getElementById("frame_content").scrollHeight);
//alert(document.documentElement.scrollHeight);
function reinitIframe(){
	var iframe1 = document.getElementById("frame_content");
	try{
		iframe1.height =  iframe1.contentWindow.document.documentElement.scrollHeight;
	}catch (ex){}
}
//window.setInterval("reinitIframe()", 200);

