//一時メニュー03無効
window.onload=function(){
var gmenu03=document.getElementById("gmenu03");
gmenu03.childNodes[0].removeAttribute("href");
gmenu03.childNodes[0].onmouseover=function(){this.style.backgroundPosition="0 0";}
}
