// 伊藤ハム トップページ メインFlash呼び出し用
// 2010.07.12
// SWFファイル名1箇所を修正のこと

function load_flash() {
document.write("<div id=\"flashcontent\"><a href=\"http://get.adobe.com/jp/flashplayer/\" target=\"_blank\"><img src=\"/img_top/noflash.jpg\" alt=\"このページを正しくご覧いただくには“Adobe Flash Player”が必要です。【Get ADOBE FLASH PLAYER】\" width=\"748\" height=\"250\" border=\"0\" /></a></div>");
document.write("<script type=\"text/javascript\">");
 document.write("var so = new SWFObject(\"/img_top/flash07_2.swf\", \"top\", \"748\", \"250\", \"7\", \"#FFFFFF\");");
 document.write("so.addParam(\"loop\", \"false\");");
 document.write("so.addParam(\"quality\", \"high\");");
 document.write("so.addParam(\"allowScriptAccess\", \"sameDomain\");");
 document.write("so.addParam(\"menu\", \"false\");");
 document.write("so.write(\"flashcontent\");");
document.write("</script>");
}


