//メニューswf表示
function LoadInfoSwf(folder){

	if(folder==undefined||folder==null)folder='';
		
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="636" height="24">\n');
    document.write('<param name=movie value="'+folder+'swf/news.swf?path='+folder+'">\n');
    document.write('<param name=quality value=high>\n');
    document.write('<embed src="'+folder+'swf/news.swf?path='+folder+'" quality="high" pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" width="636" height="24"></embed>\n');
    document.write('</object>\n');
}
