' ; } else { NavStr += '' ; } } document.getElementById("SwitchNav").innerHTML = NavStr ; } function showSwitchTitle(screen) { var titlestr = "" ; titlestr = '
'+Switcher[screen]['stitle']+'
' ; document.getElementById("SwitchTitle").innerHTML = titlestr ; } function reSwitchPic() { refreshSwitchTimer = null; switchPic(CurScreen+1); refreshSwitchTimer = setTimeout('reSwitchPic();', 3000); } function pauseSwitch() { clearTimeout(refreshSwitchTimer); } function goonSwitch() { clearTimeout(refreshSwitchTimer); refreshSwitchTimer = setTimeout('reSwitchPic();', 3000); } function goManSwitch(index) { clearTimeout(refreshSwitchTimer); CurScreen = index - 1 ; reSwitchPic(); } function floatAdMove() { try{BigAd = document.getElementById("BigAd")}catch(e){} if (BigAd.style.display != "none") { if (document.ns) { BigAd.style.top=bdy.scrollTop+bdy.clientHeight-imgheight_close -360; BigAd.style.left=bdy.offsetWidth/2-bdy.scrollLeft-300; } else { BigAd_style_left=bdy.offsetWidth/2-bdy.scrollLeft-300; BigAd_style_top = 200 ; BigAd.style.top=BigAd_style_top + "px"; BigAd.style.left=BigAd_style_left + "px"; } } setTimeout("floatAdMove();",50) ; } function FloatCtrlMove() { try{FloatCtrl = document.getElementById("FloatCtrl")}catch(e){} if (FloatCtrl.style.display != "none") { if (document.ns) { FloatCtrl.style.top=bdy.scrollTop+bdy.clientHeight-imgheight_close; FloatCtrl.style.left=bdy.scrollLeft+bdy.offsetWidth-150; } else { FloatCtrl_style_left=bdy.scrollLeft+bdy.offsetWidth-150; FloatCtrl_style_top = 500 ; FloatCtrl.style.top=FloatCtrl_style_top + "px"; FloatCtrl.style.left=FloatCtrl_style_left + "px"; } } setTimeout("FloatCtrlMove();",50) ; } function showFloatAd() { cleanTimer(); try{floatbig = document.getElementById("floatbig")}catch(e){} if (floatbig.innerHTML != "") { BigAdStartTimer = setTimeout("Effect.Appear('BigAd');",500); BigAdEndTimer = setTimeout("hiddenFloatAd();",6000); hiddenFloatCtrl(); } } function hiddenFloatAd() { cleanTimer(); Effect.Fade('BigAd'); showFloatCtrl(); } function showFloatCtrl() { try {FloatCtrl = getElementById("FloatCtrl")} catch(e){} FloatCtrl.style.display = "block" ; } function hiddenFloatCtrl() { try {FloatCtrl = getElementById("FloatCtrl")} catch(e){} FloatCtrl.style.display = "none" ; } function cleanTimer() { clearTimeout(BigAdStartTimer) ; clearTimeout(BigAdEndTimer); }
