	var isMSIE = /*@cc_on!@*/false;						// IE”»’è

	function init()
	{
		var osusume_frameObj		= document.getElementById("osusume_frame");
		if (isMSIE)
		{
			osusume_frameObj.height		  		= parent.frames['osusume_frame'].document.body.scrollHeight;
		}
		else
		{
			osusume_frameObj.style.height		= osusume_frameObj.contentDocument.height + "px";
		}
	}