function writeElement(w, h) {
	document.write("<OBJECT id=X onreadystatechange=chkax(this); style='Z-INDEX: 102; LEFT: 8px; POSITION: absolute; TOP: 112px; HEIGHT: 35px' codeBase=https://listen.jp/activex/1006/lmsagent.cab#VERSION=1,0,0,6 type=application/x-oleobject width=" + w + " height=" + h + " classid=clsid:24C45F1F-B31D-4D17-8A3A-9CC21662D8D9 viewastext>");
	document.write("<PARAM NAME='_Version' VALUE='65536'>");
	document.write("<PARAM NAME='_ExtentX' VALUE='7408'>");
	document.write("<PARAM NAME='_ExtentY' VALUE='926'>");
	document.write("<PARAM NAME='_StockProps' VALUE='0'>");
	document.write("<PARAM NAME='BackColor' VALUE='#FFFFFF'>");
	document.write("<PARAM NAME='MessageColor' VALUE='#808080'>");
	document.write("<PARAM NAME='FilePathColor' VALUE='#808080'>");
	document.write("<PARAM NAME='BarHeight' VALUE='35'>");
	document.write("<PARAM NAME='BarWidth' VALUE='280'>");
	document.write("<PARAM NAME='BarHide' VALUE='0'>");
	document.write("<PARAM NAME='MessageHide' VALUE='1'>");
	document.write("<PARAM NAME='FilePathHide' VALUE='0'>");
	document.write("<PARAM NAME='BarStyle' VALUE='1'>");
	document.write("<PARAM NAME='BarColor' VALUE=''>");
	document.write("</OBJECT>");
}
         
function writeElementbyMenu(url) {
	document.write("<OBJECT classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' width='760' height='20' id='menu1' align='middle' VIEWASTEXT>");
	document.write("<PARAM name='allowScriptAccess' value='always' />");
	document.write("<PARAM name='movie' value='" + url + "' />");
	document.write("<PARAM name='loop' value='false' />");
	document.write("<PARAM name='menu' value='false' />");
	document.write("<PARAM name='quality' value='high' />");
	document.write("<PARAM name='bgcolor' value='#ffffff' />");
	document.write("<EMBED src='" + url + "' loop='false' menu='false' quality='high' bgcolor='#ffffff' width='760' height='20' name='menu1' align='middle' allowscriptaccess='always' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />"); 
	document.write("</OBJECT>");
}
