
	// ±Â·Î¹Ö ½ºÅ©·Ñ
	function ReSizeIframe()
	{
		table1.height = ifrm.document.body.scrollHeight;
		table1.width = ifrm.document.body.scrollWidth;
	}
