document.writeln("<" + "script language='JavaScript'" + ">");
document.writeln("function iframe_Resize(){");			
document.writeln(" var o_frame = document.getElementById('hi_hidden');");
document.writeln(" o_frame.src = 'http://www.hi.co.kr/search/iframeReset.jsp?height=' + document.body.scrollHeight + '&width=' + document.body.scrollWidth;");
document.writeln("}");
document.writeln("<" + "/script" + ">");
document.writeln("<iframe id='hi_hidden' src='' height='0' width='0'></iframe>");
