			//	IFRAME Å©±â ÀÚµ¿ Á¦¾î ½ºÅ©¸³Æ® ½ÃÀÛ
			function reSize4()
			{
				try
				{
					var objBody = builderLeft.document.body;
					var objFrame = document.all["builderLeft"];
					ifrmHeight = objBody.scrollHeight + (objBody.offsetHeight - objBody.clientHeight);
					objFrame.style.height = ifrmHeight;
				}
				catch(e) {}
			}

			function init_iframe4()
			{
				reSize4();
				setTimeout('init_iframe4()',1)
			}
			init_iframe4();
			//	IFRAME Å©±â ÀÚµ¿ Á¦¾î ½ºÅ©¸³Æ® ³¡