// 個別ページ読み込み時のスクリプト処理 function loadFunction(){ //alert("ロードが正常に行われました。"); $("#top_nemu_system a").imgReplace({url:root + "common/img/top_menu/top_menu_system.jpg"}); $("#top_nemu_consulting a").imgReplace({url:root + "common/img/top_menu/top_menu_consulting.jpg"}); $("#top_nemu_training a").imgReplace({url:root + "common/img/top_menu/top_menu_training.jpg"}); $("#top_nemu_product a").imgReplace({url:root + "common/img/top_menu/top_menu_product.jpg"}); //トップメニュー if($("#topMenu").check()){ $("#topMenu").slidepanel({ viewLength: 3, prevId: 'top_prevBtn', prevText: '', nextId: 'top_nextBtn', nextText: '', viewId: 'top_viewNum' }); } // Animate buttons, move reflection and fade $("#topMenu .inner .panel").moveUp({top:'-10px',speed:200}); }