tPopWait=50; //停留tWait豪秒后显示提示。 tPopShow=6000; //显示tShow豪秒后关闭提示 showPopStep=20; popOpacity=95; nowOpacity=0 //***************内部变量定义***************** sPop=null;curShow=null;tFadeOut=null;tFadeIn=null;tFadeWaiting=null; var o; MouseX=0; MouseY=0; document.write("
"); function showPopupText(e){ if (navigator.appName == 'Netscape') { o=e.originalTarget; MouseX=e.pageX-document.body.scrollLeft; MouseY=e.pageY-document.body.scrollTop; } else { o=event.srcElement; MouseX=event.x; MouseY=event.y; } if(o.alt!=null && o.alt!=""){o.dypop=o.alt;o.alt=""}; if(o.title!=null && o.title!=""){o.dypop=o.title;o.title=""}; if(o.dypop!=sPop) { sPop=o.dypop; clearTimeout(curShow); clearTimeout(tFadeOut); clearTimeout(tFadeIn); clearTimeout(tFadeWaiting); if(sPop==null || sPop=="") { GetElement(document,"dypopLayer").innerHTML=""; GetElement(document,"dypopLayer").style.filter="Alpha()"; GetElement(document,"dypopLayer").style.filter="Alpha(Opacity=0)"; } else { if(o.dyclass!=null) popStyle=o.dyclass else popStyle="cPopText"; curShow=setTimeout("showIt()",tPopWait); } } } function showIt(){ GetElement(document,"dypopLayer").className=popStyle; sPop="| " + sPop + " |