function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i15){ clearTimeout(timer); cnt=0; } } //--奥行きZ座標set //★←文字の色や太さなどを変えると良いかも function zindexLAYER(layName,zindex){ if(document.getElementById) //n6,n7,m1,e5,e6,o6用 document.getElementById(layName).style.zIndex=zindex else if(document.all) document.all(layName).style.zIndex=zindex //e4用 else if(document.layers) document.layers[layName].zIndex=zindex //n4用 } //--toUPzindex()で設定するzIndexの初期値 var zup = 10 ; //--指定されたレイヤーのzIndex値を1上げる function toUPzindex(layName){ zindexLAYER(layName,zup++) }