var m =0;var stt ="";function menu(x,ichi){// IE以外。if (!document.all && (document.layers || document.getElementById)) {    ww=window.innerWidth;    }// ウィンドウズIE 6・標準モード。else if (document.getElementById && (document.compatMode=='CSS1Compat')) {    ww=document.documentElement.clientWidth;    }// その他のIE。else if (document.all) {    ww=document.body.clientWidth;    }// その他(非対応)。else {    ww=1000;    }if(navigator.userAgent.indexOf("Gecko/") != -1){ww = document.documentElement.scrollWidth;}ww = Math.floor((ww / 2)+17);ww = ww + ichi; if(document.getElementById){   if(m!=0){    document.getElementById(m).style.display="none";   }   document.getElementById(x).style.display="block";   document.getElementById(x).style.left=ww;   m=x;  }}function set(x) {stt=setTimeout('close("' + x + '")',500);}   function close(yy) {    document.getElementById(yy).style.display="none";}function end(x){stt=setTimeout('close("' + x + '")',500);clearTimeout(stt);}function stop(){if(stt) {clearTimeout(stt);}}