var cstimeout=500;var csrangetimeout=500;var csrangetimeout2=200;var csclosetimer=null;var csrangechangetimer=null;var csrangeclosetimer=null;var csopened=null;var csrangeopened=null;var csrangeopenedli=null;var cscountryhighlighted=null;function InitCS(){var d=$("countrySelect");var b=getByTagName(d,"LI");for(var a=0;a<b.length;a++){if(b[a].className=="CurrentCountry"){var c=$("CurrentCountry");c.onmouseover=function(){OpenCS()};c.onmouseout=function(){CSCloseTimer()}}else{if(b[a].className=="countryRange"){b[a].onmouseover=function(){var e=getByTagName(this,"UL");CancelCSCloseTimer();CancelCSRangeChangeTimer();CSRangeChangeTimer(e[0],this)};b[a].onmouseout=function(){CSCloseTimer()}}else{if(b[a].className=="country"){b[a].onmouseover=function(){CSHighlightCountry(this)}}}}}var d=$("countrySelect2");var b=getByTagName(d,"LI");for(var a=0;a<b.length;a++){if(b[a].className=="CurrentCountry"){var c=$("CurrentCountry");c.onmouseover=function(){OpenCS()};c.onmouseout=function(){CSCloseTimer()}}else{if(b[a].className=="countryRange"){b[a].onmouseover=function(){var e=getByTagName(this,"UL");CancelCSCloseTimer();CancelCSRangeChangeTimer();CSRangeChangeTimer(e[0],this)};b[a].onmouseout=function(){CSCloseTimer()}}else{if(b[a].className=="country"){b[a].onmouseover=function(){CSHighlightCountry(this)}}}}}OpenCS()}function OpenCS(){if($("languageSelect2")){$("languageList").hide()}CancelCSCloseTimer();CSClose();csopened=$("countryList");csopened.setStyle({display:"inline",color:"#ffffff"})}function CSClose(){if(csopened){CSUnhighlightCountry();CSRangeClose();csopened.hide();csopened.setStyle({color:"#000000"});csopened=null}}function CSCloseTimer(){csclosetimer=window.setTimeout(CSClose,cstimeout)}function CancelCSCloseTimer(){if(csclosetimer){window.clearTimeout(csclosetimer);csclosetimer=null}}function OpenCSRange(a,b){CancelCSRangeCloseTimer();CSRangeClose();csrangeopened=a;csrangeopened.style.display="inline";csrangeopenedli=b;csrangeopenedli.style.backgroundColor="#167ebc";csrangeopenedli.style.color="#ffffff"}function CSRangeClose(){if(csrangeopened){csrangeopened.style.display="none";csrangeopened=null;csrangeopenedli.style.backgroundColor="#ffffff";csrangeopenedli.style.color="#000000";csrangeopenedli=null}}function CSRangeCloseTimer(){csrangeclosetimer=window.setTimeout(CSRangeClose,csrangetimeout)}function CSRangeChangeTimer(b,a){csrangechangetimer=window.setTimeout(function(){OpenCSRange(b,a)},csrangetimeout2)}function CancelCSRangeChangeTimer(){if(csrangechangetimer){window.clearTimeout(csrangechangetimer)}}function CancelCSRangeCloseTimer(){if(csrangeclosetimer){window.clearTimeout(csrangeclosetimer);csrangeclosetimer=null}}function CSHighlightCountry(b){CSUnhighlightCountry();cscountryhighlighted=b;cscountryhighlighted.style.backgroundColor="#167ebc";var a=getByTagName(cscountryhighlighted,"a");a[0].style.color="#ffffff"}function CSUnhighlightCountry(){if(cscountryhighlighted){cscountryhighlighted.style.backgroundColor="#ffffff";var a=getByTagName(cscountryhighlighted,"a");a[0].style.color="#000000";cscountryhighlighted=null}}function SetCountry(a){if(a.length>=1){if(confirm($F("CountryChangeConfirm"))){new Ajax.Request("ajax/set_country.php",{method:"get",parameters:{shopcountry:a},onComplete:function(){if(/shop/.test(document.location.href)){document.location.href="/index.php"}else{document.location.reload()}}})}}};
