// ======================================================================
// 
// Flash
// 
// ======================================================================

var html = "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' ";
html += "codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab' ";
html += "width=545 height=80>";
html += "<param name=movie value='./images/menu_naka_01.swf'>";
html += "<param name=quality value=high>";
html += "<embed src='./images/menu_naka_01.swf' quality=high width=545 height=80 type='application/x-shockwave-flash' ";
html += "pluginspage='http://www.macromedia.com/go/getflashplayer'>";
html += "</embed>";
html += "</object>";

document.write(html);
