// frame resize
//self.resizeTo(document.body.scrollWidth , document.body.scrollHeight+10);
document.write("<IFRAME marginwidth=0 marginheight=0 name='ifrmResize' id='ifrmResize' src='' frameBorder=0 width=0 height=0 scrolling=no></IFRAME>");

document.onreadystatechange = function () {
	if (document.readyState=='complete') {
		ifrmUrl = "http://www.tworld.co.kr/ifrm_mbr_resize.html?" + document.body.scrollHeight;
	  document.ifrmResize.location.href = ifrmUrl;
	 }
	/*if (document.readyState=='complete') {
		ifrmUrl = "http://www.tworld.co.kr/jsp/membership/mbsuser/CP_CallScript.jsp?sFname=toTop()" ;
		document.ifrmMenuCall.location.href = ifrmUrl;
	}*/

}

/*
 *
 * ÆäÀÌÁö ÃÖ»ó´ÜÀ¸·Î ½ºÅ©·Ñ
 */
window.scrollTo (0, 0);
//window.scrollBy (0, 0);