// ¾ÆÀÌÇÁ·¹ÀÓ ³ôÀÌ ÀÚµ¿Á¶ÀýÇÏ´Â ÇÔ¼ö
function window_height(width) {
	var nh = document.body.scrollHeight + 100;
	window.resizeTo(width, nh);
}