/* Copyright  2007-2008 Microsoft Corporation  V.112336 */ 
Ads=new CAds;function CAds(){return this}CAds.prototype.Init=function(){this.themeFrames("ad")};CAds.prototype.themeFrames=function(divID){var oDiv=document.getElementById(divID);for(var i=0;oDiv&&i<oDiv.childNodes.length;i++)if(oDiv.childNodes[i].tagName=="IFRAME"){var oIframe=oDiv.childNodes[i],oDoc=oIframe.contentWindow||oIframe.contentDocument;if(oDoc.document)oDoc=oDoc.document;this.themeFrame(oDoc)}return true};CAds.prototype.themeFrame=function(oDoc){var oLinks=oDoc.getElementsByTagName("A");for(var i=0;i<oLinks.length;i++)oLinks[i].style.color="#fff";var oDivs=oDoc.getElementsByTagName("DIV");for(var i=0;i<oDivs.length;i++)oDivs[i].style.color="#fff"};BV=new CBV;function CBV(){return this}CBV.prototype.InitRoot=function(sBvSandboxUrl,oParams,sTgtUrlParam){var aProxyParams=[],sLocation=document.location.href,sTargetUrl;if(sLocation.indexOf(sTgtUrlParam+"=")>=0){sTargetUrl=sLocation.substr(sLocation.indexOf(sTgtUrlParam+"=")+(sTgtUrlParam+"=").length);sLocation=sLocation.substr(0,sLocation.indexOf(sTgtUrlParam+"="))}for(var sParamName in oParams){var sParamValue=Util.GetUrlParameter(sLocation,sParamName)||Util.GetCookie(sParamName);if(sParamValue)aProxyParams.push(sParamName+"="+encodeURIComponent(sParamValue))}sTargetUrl=sTargetUrl?decodeURIComponent(sTargetUrl):location.hash?location.hash.substr(1):"";document.getElementById("SandboxFrame").src=sBvSandboxUrl+"?"+aProxyParams.join("&")+(sTargetUrl?"&"+sTgtUrlParam+"="+encodeURIComponent(sTargetUrl):"")};CBV.prototype.Init=function(strBvRootUrl,strBvSandboxUrl){if(window==top)top.location.replace("/Error.aspx");this.strBvRootUrl=strBvRootUrl;this.strBaseURL=this.strBvSandboxUrl=strBvSandboxUrl;this.elemFrmRemoteSrc=document.getElementById("frmRemoteSrc");this.elemInpUrl=document.getElementById("inpUrl");this.elemSrcExit=document.getElementById("aExit");if(this.InitRunning)return;this.InitRunning=true;this.elemFrmSrc=document.getElementById("frmSrc");if(this.elemFrmSrc==null){this.elemFrmSrc=document.createElement("iframe");this.elemFrmSrc.id="frmSrc";this.elemFrmSrc.frameBorder=0;document.getElementById("divSrcFrm").appendChild(this.elemFrmSrc)}this.elemFrmTgt=document.getElementById("frmTgt");if(this.elemFrmTgt==null){this.elemFrmTgt=document.createElement("iframe");this.elemFrmTgt.id="frmTgt";this.elemFrmTgt.frameBorder=0;document.getElementById("divTgtFrm").appendChild(this.elemFrmTgt)}this.elemSpnTgtLangDynamic=document.getElementById("spnTgtLangDynamic");this.elemSpnTgtLangStatic=document.getElementById("spnTgtLangStatic");this.elemSpnAnim=document.getElementById("spnAnim");var strAddress;if(document.location.hash.length>1)strAddress=document.location.hash.substring(1);else if(document.location.search.indexOf("a=")>0){strAddress=decodeURIComponent(document.location.search.substring(document.location.search.indexOf("a=")+2));var arrayAddress=strAddress.split(/http:\/\//gi);strAddress=arrayAddress[arrayAddress.length-1]}else strAddress="";if(strAddress&&strAddress.indexOf("://")==-1)strAddress="http://"+strAddress;LangPair.Init();Layout.Init();this.strAddress=strAddress;this.Sync(true)};CBV.prototype.OnKeyPress=function(that,e){var keyCode=window.event?event.keyCode:e?e.which:0;if(keyCode==13){this.Go();return false}};CBV.prototype.Go=function(){this.Nav(this.elemInpUrl.value)};CBV.prototype.Nav=function(strAddress){top.location.href=this.strBvRootUrl+"BV.aspx?ref=BVNav&from="+LangPair.strFromLang+"&to="+LangPair.strToLang+"&a="+encodeURIComponent(strAddress.replace(/\s+/g,""))};CBV.prototype.Sync=function(bFetchFrames){if(!this.strAddress)return;if(bFetchFrames){Translate.bTranslationRunning=false;this.ShowAnim();var mRef=location.href.match(/ref=([^&#]+)/i),sRef=mRef?"&ref="+mRef[1]:"";BV.elemFrmSrc.contentWindow.location.replace(this.strBvSandboxUrl+"BVFrame.aspx?s=src"+sRef+"&from="+LangPair.strFromLang+"&to="+LangPair.strToLang+"&a="+encodeURIComponent(this.strAddress));BV.elemFrmTgt.contentWindow.location.replace(this.strBvSandboxUrl+"BVFrame.aspx?s=tgt"+sRef+"&from="+LangPair.strFromLang+"&to="+LangPair.strToLang+"&a="+encodeURIComponent(this.strAddress))}else{this.elemInpUrl.value=this.elemSrcExit.href=this.strAddress;if(this.strAddress.indexOf("//localhost")==-1)this.elemSrcExit.style.visibility=""}if(Util.MSIE)this.elemFrmRemoteSrc.contentWindow.location.replace(this.strAddress);Layout.Sync()};CBV.prototype.ParallelScroll=function(docSrc){var iMinDiff=4,bDocType=docSrc.documentElement.offsetHeight==docSrc.documentElement.scrollHeight,elemSrcBod=null,elemTgtBod=null;if(docSrc==this.elemFrmSrc.contentWindow.document){elemSrcBod=bDocType?this.elemFrmSrc.contentWindow.document.body:this.elemFrmSrc.contentWindow.document.documentElement;elemTgtBod=bDocType?this.elemFrmTgt.contentWindow.document.body:this.elemFrmTgt.contentWindow.document.documentElement}else if(docSrc==this.elemFrmTgt.contentWindow.document){elemSrcBod=bDocType?this.elemFrmTgt.contentWindow.document.body:this.elemFrmTgt.contentWindow.document.documentElement;elemTgtBod=bDocType?this.elemFrmSrc.contentWindow.document.body:this.elemFrmSrc.contentWindow.document.documentElement}else return;var iOldPos=elemTgtBod.scrollLeft,iNewPos=elemSrcBod.scrollLeft*(elemTgtBod.scrollWidth-elemTgtBod.offsetWidth)/(elemSrcBod.scrollWidth-elemSrcBod.offsetWidth);if(iOldPos-iNewPos>=iMinDiff||iNewPos-iOldPos>=iMinDiff)elemTgtBod.scrollLeft=iNewPos;iOldPos=elemTgtBod.scrollTop;iNewPos=elemSrcBod.scrollTop*(elemTgtBod.scrollHeight-elemTgtBod.offsetHeight)/(elemSrcBod.scrollHeight-elemSrcBod.offsetHeight);if(iOldPos-iNewPos>=iMinDiff||iNewPos-iOldPos>=iMinDiff)elemTgtBod.scrollTop=iNewPos};CBV.prototype.FormGet=function(that){var strFormAddress=that.action+"?";for(var i=0;i<that.elements.length;++i){var strName=that.elements[i].name,strValue=that.elements[i].value,strType=that.elements[i].type;if(that.elements[i].name!=null&&that.elements[i].value!=null&&that.elements[i].type!=null&&that.elements[i].type!="submit")strFormAddress+=strName+"="+encodeURI(strValue)+"&"}this.Nav(strFormAddress);return false};CBV.prototype.ShowAnim=function(){this.elemSpnTgtLangDynamic.className="";this.elemSpnTgtLangStatic.className="Invisible";this.elemSpnAnim.innerHTML="";Translate.iChunksTotal=0;if(!this.bAnim){this.bAnim=true;this.RunAnim()}};CBV.prototype.RunAnim=function(){if(!this.bAnim)return;if(Translate.iChunksTotal>0)this.elemSpnAnim.innerHTML="&nbsp;"+(100*Translate.iChunksTranslated/Translate.iChunksTotal).toFixed(0)+"%";else{this.elemSpnAnim.innerHTML+=".";if(this.elemSpnAnim.innerHTML.length>6)this.elemSpnAnim.innerHTML=""}setTimeout("BV.RunAnim();",100)};CBV.prototype.HideAnim=function(){this.elemSpnTgtLangDynamic.className="Invisible";this.elemSpnTgtLangStatic.className="";Layout.Sync();this.bAnim=false};Default=new CDefault;function CDefault(){return this}CDefault.prototype.Init=function(){LangPair.Init();Ads.Init();this.strFromLang=LangPair.strFromLang;this.strToLang=LangPair.strToLang;this.strFromText=Util.MSIE?document.getElementById("InputText").innerText:document.getElementById("InputText").textContent;this.strToText=Util.MSIE?document.getElementById("OutputText").innerText:document.getElementById("OutputText").textContent;this.elemInputTextVal=document.getElementById("InputTextVal");this.elemInputText=document.getElementById("InputText");this.elemOutputText=document.getElementById("OutputText");this.elemInputURL=document.getElementById("InputURL");this.elemBtnTrans=document.getElementById("BtnTrans");this.elemBtnTransText=document.getElementById("BtnTransText");this.elemBtnTransURL=document.getElementById("BtnTransURL");this.elemTSAttribution=document.getElementById("TSAttribution");this.elemTdProvider=document.getElementById("TdProvider");this.elemTdReportOffensive=document.getElementById("TdReportOffensive");this.elemLnkReportOffensive=document.getElementById("LnkReportOffensive");this.elemLblThanksReport=document.getElementById("LblThanksReport");this.elemTdTransRating=document.getElementById("TdTransRating");this.elemTdLiveTranslation=document.getElementById("TdLiveTranslation");this.elemLiveTranslationPostURL=document.getElementById("LiveTranslationPostURL");this.elemLiveTranslationPartnerID=document.getElementById("LiveTranslationPartnerID");this.elemBrowserLanguagePreference=document.getElementById("BrowserLanguagePreference");this.elemMaxInputChars=document.getElementById("MaxInputChars");var h1=this.elemInputText.scrollHeight+this.elemInputText.style.height,h2=this.elemOutputText.scrollHeight+this.elemOutputText.style.height;parseInt(h1)>parseInt(h2)?(h2=h1):(h1=h2);this.elemInputText.style.height=this.elemOutputText.style.height=(parseInt(h1)>186?h1:186)+"px";this.bRated=false;this.elemRateLnks=[];this.elemStarImgs=[];for(var i=0;i<5;++i){this.elemRateLnks[i]=document.getElementById("LnkRate"+i);this.elemStarImgs[i]=document.getElementById("ImgStar"+i)}if(this.elemOutputText.className=="mttextareainit")this.elemTdLiveTranslation.className="Invisible";else{LTPairs=document.getElementById("LiveTranslationLanguagePairs");if(LTPairs)if(LTPairs.value.indexOf(LangPair.strLangPair)==-1)this.elemTdLiveTranslation.className="Invisible";else this.elemTdLiveTranslation.className=""}var eTransUrlLink=document.getElementById("TransUrlLink");if(eTransUrlLink&&eTransUrlLink.innerHTML){var eUrlTransCell=document.getElementById("urlTransCell");if(eUrlTransCell)eTransUrlLink.innerHTML=eTransUrlLink.innerHTML.replace(/./g,function(m){return m+"&#8203;"})}};CDefault.prototype.Nav=function(){top.window.location.href="BV.aspx?ref=Internal&a="+encodeURIComponent(this.elemInputURL.value.replace(/\s+/g,""));return false};CDefault.prototype.TextInputFocus=function(elemInputText){if(!elemInputText.origValue||elemInputText.value==elemInputText.origValue)if(elemInputText.className=="mttextareainit"){elemInputText.origValue=elemInputText.value;elemInputText.value=""}else elemInputText.origValue=null;elemInputText.className="mttextarea"};CDefault.prototype.TextInputUnFocus=function(elemInputText){if(elemInputText.value==""&&elemInputText.origValue!=null){elemInputText.value=elemInputText.origValue;elemInputText.className="mttextareainit"}};CDefault.prototype.TextInputChange=function(){this.elemBtnTrans.className="Invisible";this.elemBtnTransText.className="";this.elemBtnTransURL.className="Invisible"};CDefault.prototype.TextInputKeyPress=function(){this.TextInputChange()};CDefault.prototype.TextInputMouseClick=function(){this.TextInputChange()};CDefault.prototype.URLInputFocus=function(){this.elemInputURL.select()};CDefault.prototype.URLInputChange=function(elemInputURL){this.elemBtnTrans.className="Invisible";this.elemBtnTransText.className="Invisible";this.elemBtnTransURL.className=""};CDefault.prototype.URLInputKeyPress=function(elem,evnt){var keyCode=window.event?event.keyCode:evnt?evnt.which:0;if(keyCode==13){this.Nav();return false}else{this.URLInputChange(elem);return true}};CDefault.prototype.URLInputMouseClick=function(elem){this.URLInputChange(elem)};CDefault.prototype.CheckSubmit=function(){if(this.elemInputText.value.length==0)return false;if(this.elemInputText.className=="mttextareainit")return false;return true};CDefault.prototype.Submit=function(){this.elemInputTextVal.value=encodeURI(this.elemInputText.value);this.elemInputText.setAttribute("disabled",true);this.elemOutputText.setAttribute("disabled",true)};CDefault.prototype.Clear=function(){this.elemInputText.value="";this.elemOutputText.value="";this.elemOutputText.className="mttextareainit";this.elemTSAttribution.className="Invisible";this.elemTdProvider.className="Invisible";this.elemTdReportOffensive.className="Invisible";this.elemTdTransRating.className="Invisible";this.elemTdLiveTranslation.className="Invisible"};CDefault.prototype.LiveTranslate=function(){if(this.elemInputText.value.length==0||this.elemInputText.className=="mttextareainit")return;if(this.elemInputText.value.length>this.elemMaxInputChars.value)this.elemInputText.value=this.elemInputText.value.substring(0,this.elemMaxInputChars.value);document.getElementById("TranslationText").value=this.elemInputText.value;document.getElementById("SourceLanguageID").value=LangPair.strFromLang;document.getElementById("DestinationLanguageID").value=LangPair.strToLang;document.getElementById("RegionID").value=this.elemBrowserLanguagePreference.value;document.getElementById("PartnerID").value=this.elemLiveTranslationPartnerID.value;document.LiveTranslationForm.action=this.elemLiveTranslationPostURL.value;var s=s_gi(document.getElementById("OmnitureAccount").getAttribute("CONTENT"));s.tl(this,"e","Live_Translation");document.LiveTranslationForm.submit();return};CDefault.prototype.ReportOffensive=function(){this.elemLnkReportOffensive.className="Invisible";this.elemLblThanksReport.className="";this.SubmitFeedback(-2)};CDefault.prototype.HoverRating=function(iRating){if(this.bRated)return;for(var i in this.elemRateLnks)if(i<iRating)this.elemStarImgs[i].src="static/112336/img/star_yellow.gif";else this.elemStarImgs[i].src="static/112336/img/star_empty.gif"};CDefault.prototype.SubmitRating=function(iRating){this.bRated=true;for(var i in this.elemRateLnks)this.elemRateLnks[i].removeAttribute("href");this.SubmitFeedback((iRating-1)*200)};CDefault.prototype.SubmitFeedback=function(iRating){if(Util.MSIE)this.xhTransReq=new ActiveXObject("Microsoft.XMLHTTP");else{this.xhTransReq=new XMLHttpRequest;this.xhTransReq.overrideMimeType("text/xml")}this.xhTransReq.open("POST","Feedback/Feedback.asmx",true);this.xhTransReq.setRequestHeader("SOAPAction","http://windowslivetranslator.com/SubmitCorrection");this.xhTransReq.setRequestHeader("Content-Type","text/xml; charset=utf-8");var strSoapEnvelope='<?xml version="1.0" encoding="utf-8"?>'+'<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">'+'<soap:Body><SubmitCorrection xmlns="http://windowslivetranslator.com/">'+"<AppID>327616DD-21BB-467a-9B9D-10BBABA20923</AppID>"+"<ProviderID>"+document.getElementById("mtprovider").content+"</ProviderID>"+"<LangPair>"+"<SourceLanguage>"+this.strFromLang+"</SourceLanguage>"+"<TargetLanguage>"+this.strToLang+"</TargetLanguage>"+"</LangPair>"+"<Source><![CDATA["+this.strFromText.replace("]]>","]]]]><![CDATA[>")+"]]></Source>"+"<MTTarget><![CDATA["+this.strToText.replace("]]>","]]]]><![CDATA[>")+"]]></MTTarget>"+"<Rating>"+iRating+"</Rating>"+"</SubmitCorrection></soap:Body>"+"</soap:Envelope>";this.xhTransReq.send(strSoapEnvelope)};CDefault.prototype.DictionaryLookup=function(elem){elem.href=elem.href+"&langidx="+(EncartaLangPairs[LangPair.strLangPair]-1)};var MtPopUpList=function(){this.onChanged=null;this.shiftKeyDown=false};MtPopUpList.prototype={Init:function(name,keys,values,onChanged,popupid){this.Items=[];this.Keys=[];x=0;for(var i=0;i<keys.length;i++){this.Items[keys[i]]=values[i];if(keys[i]!="-"){this.Keys[x]=keys[i];x++}}this.onChanged=onChanged;document.onclick=this.HideCurrentPopup;this.elemHeader=Util.GetElement("__"+name+"_header");this.elemSvID=Util.GetElement(name+"_svid");this.elemTextId=Util.GetElement(name+"_textid");this.elemPopup=document.getElementById(popupid);this.cropText();this.elemPopup.onkeydown=(new this.doKeyDown(this,this.HideCurrentPopup)).execute;this.elemPopup.onkeyup=(new this.doKeyUp(this)).execute},getLinks:function(){return this.elemPopup.getElementsByTagName("a")},getActiveLink:function(){var links=this.getLinks(),key=this.elemSvID.value;if(key!=null)for(var i=0;i<links.length;i++)if(links[i].href.indexOf("#"+key)!=-1)return links[i];return links[0]},getNextKey:function(s,offset){var idx=0;for(var i=0;i<this.Keys.length;i++)if(this.Keys[i]==s){idx=i;break}idx=idx+offset;if(idx>this.Keys.length)idx=0;else if(idx<0)idx=this.Keys.length-1;return this.Keys[idx]},getNextSibling:function(s,offset){var links=this.getLinks(),curLink=this.getActiveLink(),p=curLink.parentNode;while(p.tagName.toLowerCase()!="tr"&&p.parentNode!=null)p=p.parentNode;var sibs=p.getElementsByTagName("a"),idx=0;for(var i=0;i<sibs.length;i++)if(curLink.href==sibs[i].href){idx=i;break}idx=idx+offset;if(idx<0)idx=0;else if(idx>=sibs.length)idx=sibs.length-1;var pnd=sibs[idx].href.indexOf("#");pnd++;return sibs[idx].href.substr(sibs[idx].href.length-(sibs[idx].href.length-pnd))},doKeyUp:function(obj){this.execute=function(evt){if(!evt)evt=window.event;if(evt.keyCode==16){obj.shiftKeyDown=false;if(evt.preventDefault)evt.preventDefault();else evt.returnValue=false;evt.cancelBubble=true;return true}else return false}},doKeyDown:function(obj,fnHide){this.execute=function(evt){if(!evt)evt=window.event;var links=obj.getLinks(),s=obj.elemSvID.value,nextKey;switch(evt.keyCode){case 16:obj.shiftKeyDown=true;return false;break;case 9:if(obj.shiftKeyDown)nextKey=obj.getNextKey(s,-1);else nextKey=obj.getNextKey(s,1);break;case 40:nextKey=obj.getNextKey(s,1);break;case 38:nextKey=obj.getNextKey(s,-1);break;case 39:nextKey=obj.getNextSibling(s,1);break;case 37:nextKey=obj.getNextSibling(s,-1);break;case 13:case 27:fnHide();default:return false}var nLink=links[0];for(var i=0;i<links.length;i++)if(links[i].href.indexOf("#"+nextKey)!=-1){nLink=links[i];break}try{nLink.onclick()}catch(e){}nLink.focus();if(evt.preventDefault)evt.preventDefault();else evt.returnValue=false;evt.cancelBubble=true;return true}},Hide:function(targetObjectId,eventObj){this.HideCurrentPopup()},Show:function(targetObjectId,evt){if(evt){if(evt.keyCode==27){this.Hide(targetObjectId,evt);return true}if(evt.keyCode&&evt.keyCode!=40)return false;if(window.curDisplayedPopup==targetObjectId){this.HideCurrentPopup();return true}this.HideCurrentPopup();evt.cancelBubble=true;if(this.ChangeObjectDisplay(targetObjectId,"block")){window.curDisplayedPopup=targetObjectId;this.getActiveLink().focus();return true}}return false},cropText:function(){var ellipse="...",text=this.elemHeader.innerHTML;this.elemHeader.title=text;this.elemHeader.innerHTML+="____";this.elemHeader.style["overflow"]="hidden";var clientWidth=this.elemHeader.clientWidth,scrollWidth=this.elemHeader.scrollWidth,widthRatio=clientWidth*1/scrollWidth*1;if(widthRatio<1){var newLength=Math.ceil(widthRatio*text.length);if(newLength<text.length)text=String(text).substring(0,newLength-ellipse.length)+ellipse}this.elemHeader.style["overflow"]="visible";this.elemHeader.innerHTML=text},setValue:function(s){if(this.Items[s]==null){throw new Error("Value is not in the current list.");return}this.elemSvID.value=s;this.elemHeader.value=this.Items[s];this.setText(this.Items[s])},getValue:function(){return this.elemSvID.value},setText:function(s,suppressEvent){this.elemTextId.value=s;this.elemHeader.innerHTML=s;this.cropText();if(suppressEvent!="true")this.onChanged(s,this.Items[s])},getText:function(){return this.elemTextId.value},onclick:function(val){this.setValue(val);return false},OnSelectedValueChanged:function(){return this.onChanged},HideCurrentPopup:function(){if(window.curDisplayedPopup){Util.GetElement(window.curDisplayedPopup).style.display="none";window.curDisplayedPopup=false}this.shiftKeyDown=false},ChangeObjectDisplay:function(objectId,newDisplay){var styleObject=Util.GetStyleObject(objectId);if(styleObject&&styleObject.display){styleObject.display=newDisplay;return true}else return false}};Edit=new CEdit;function CEdit(){this.bEnabled=false;this.bSuggestion=false;this.elemCurrent=null;this.elemParentLink=null;this.strHrefBackup=null;return this}CEdit.prototype.Init=function(){try{this.elemImgEdit=document.getElementById("imgEdit");this.elemSpnEditStart=document.getElementById("spnEditStart");this.elemSpnEditEnd=document.getElementById("spnEditEnd");this.elemTdEditBand=document.getElementById("tdEditBand");this.elemSpnClickEditText=document.getElementById("spnClickEditText");this.elemSpnClickSubmitOrCancel=document.getElementById("spnClickSubmitOrCancel");this.elemSpnSubmit=document.getElementById("spnSubmit");this.elemSpnCancel=document.getElementById("spnCancel");this.elemSpnThankSuggest=document.getElementById("spnThankSuggest");this.arDisableElements=["BV.elemInpUrl","document.getElementById(__LangPair_FromDDL_popup)","document.getElementById(__LangPair_FromDDL_popup)","BV.elemFrmSrc.contentWindow.document.body"];this.arHideElements=['document.getElementById("aSrcExit")','document.getElementById("aTgtHelpful")','document.getElementById("GoToWLT")',"Layout.elemSpanViews"]}catch(err){}};CEdit.prototype.Toggle=function(){if(!this.bEnabled){this.bSuggestion=false;this.elemImgEdit.alt=this.elemSpnEditEnd.innerHTML;this.elemImgEdit.title=this.elemSpnEditEnd.innerHTML;this.elemImgEdit.style.backgroundImage="url(static/112336/img/On.gif)";this.elemTdEditBand.className="";this.elemSpnClickEditText.className="";this.elemSpnClickSubmitOrCancel.className="Invisible";this.elemSpnThankSuggest.className="Invisible";this.elemTdEditBand.style.backgroundColor="#FFFF84";this.elemSpnClickEditText.className="";for(var i=0;i<this.arDisableElements.length;++i)try{eval(this.arDisableElements[i]+".disabled=true;")}catch(err){}for(var i=0;i<this.arHideElements.length;++i)try{eval(this.arHideElements[i]+'.style.visibility="hidden";')}catch(err){}if(Util.MSIE){this.elemDivTint=BV.elemFrmSrc.contentWindow.document.createElement("div");this.elemDivTint.style.position="absolute";this.elemDivTint.style.width=BV.elemFrmSrc.contentWindow.document.body.scrollWidth+"px";if(BV.elemFrmSrc.contentWindow.document.body.scrollHeight>BV.elemFrmSrc.offsetHeight-40)this.elemDivTint.style.height=BV.elemFrmSrc.contentWindow.document.body.scrollHeight+"px";else this.elemDivTint.style.height=BV.elemFrmSrc.offsetHeight-40+"px";this.elemDivTint.style.backgroundColor="#000000";this.elemDivTint.style.zIndex=10;this.elemDivTint.style.filter="progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=20)";BV.elemFrmSrc.contentWindow.document.body.insertBefore(this.elemDivTint,BV.elemFrmSrc.contentWindow.document.body.firstChild)}}else{if(this.elemCurrent!=null)this.End();this.elemImgEdit.alt=this.elemSpnEditStart.innerHTML;this.elemImgEdit.title=this.elemSpnEditStart.innerHTML;this.elemImgEdit.style.backgroundImage="";this.elemSpnClickEditText.className="Invisible";this.elemSpnClickSubmitOrCancel.className="Invisible";if(this.bSuggestion){this.elemTdEditBand.style.backgroundColor="#D6FFD6";this.elemSpnThankSuggest.className="";setTimeout("top.Edit.HideBand();",4000)}else this.elemTdEditBand.className="Invisible";for(var i=0;i<this.arDisableElements.length;++i)try{eval(this.arDisableElements[i]+".disabled=false;")}catch(err){}for(var i=0;i<this.arHideElements.length;++i)try{eval(this.arHideElements[i]+'.style.visibility="";')}catch(err){}if(Util.MSIE)this.elemDivTint.parentNode.removeChild(this.elemDivTint)}this.bEnabled=!this.bEnabled;Layout.Sync()};CEdit.prototype.HideBand=function(){this.elemTdEditBand.className="Invisible";Layout.Sync()};CEdit.prototype.Start=function(elem){if(!this.bEnabled||this.elemCurrent==elem)return;if(this.elemCurrent!=null){this.elemSpnClickEditText.className="Invisible";this.elemSpnClickSubmitOrCancel.className="";return}this.elemCurrent=elem;var iWidth=this.elemCurrent.offsetWidth,iHeight=this.elemCurrent.offsetHeight;this.strBackup=this.elemCurrent.innerHTML;this.elemCurrent.innerHTML='<textarea cols="4" rows="1">'+(Util.MSIE?this.elemCurrent.innerText:this.elemCurrent.textContent)+"</textarea><br />"+'<button onclick="top.Edit.End(true)">'+this.elemSpnSubmit.innerHTML+"</button> "+'<button onclick="top.Edit.End(false)">'+this.elemSpnCancel.innerHTML+"</button><br />";while(this.elemCurrent.firstChild.offsetWidth<iWidth+32)this.elemCurrent.firstChild.cols=this.elemCurrent.firstChild.cols+1;while(this.elemCurrent.firstChild.offsetHeight<iHeight)this.elemCurrent.firstChild.rows=this.elemCurrent.firstChild.rows+1;try{var elemParent=this.elemCurrent;while(elemParent!=this.elemCurrent.ownerDocument.body){if(elemParent.href){this.elemParentLink=elemParent;this.strHrefBackup=elemParent.href;elemParent.removeAttribute("href");break}elemParent=elemParent.parentNode}}catch(err){}};CEdit.prototype.End=function(bSubmit){if(bSubmit){this.elemCurrent.innerHTML=this.elemCurrent.firstChild.innerHTML;this.bSuggestion=true}else this.elemCurrent.innerHTML=this.strBackup;this.elemCurrent=null;if(this.elemParentLink)this.elemParentLink.href=this.strHrefBackup;this.elemParentLink=null;this.strHrefBackup=null;this.elemSpnClickEditText.className="";this.elemSpnClickSubmitOrCancel.className="Invisible"};var FAQ=new CFAQ;function CFAQ(){return this}CFAQ.prototype.Toggle=function(strFAQ){var elemFAQq=document.getElementById(strFAQ+"q"),elemFAQs=document.getElementById(strFAQ+"s"),elemFAQa=document.getElementById(strFAQ+"a");if(elemFAQa.style.display==""||elemFAQa.style.display=="none"){elemFAQs.innerHTML="-";elemFAQa.style.display="block";location.href="#"+elemFAQq.id}else{elemFAQs.innerHTML="+";elemFAQa.style.display="none"}};CFAQ.prototype.Init=function(){if(document.location.hash.length>1){var strAddress=escape(document.location.hash.substring(1)),addressLength=strAddress.length;if(addressLength>=2){strAddress=strAddress.substring(0,addressLength-1);this.Toggle(strAddress)}}};Highlight=new CHighlight;function CHighlight(){this.strCurHighNodeID=null;this.strHighBackground=null;this.strHighForeColor=null;this.HighBackColor=null;return this}CHighlight.prototype.Apply=function(elem){var strID=elem.id;if(this.strCurHighNodeID==strID)return;try{var elemSrc=BV.elemFrmSrc.contentWindow.document.getElementById(strID),elemTgt=BV.elemFrmTgt.contentWindow.document.getElementById(strID)}catch(err){return}if(elemSrc==null||elemTgt==null)return;this.Clear();this.strCurHighNodeID=strID;this.strHighBackground=elemSrc.style.background;this.strHighForeColor=elemSrc.style.color;this.strHighBackColor=elemSrc.style.backgroundColor;elemSrc.style.color=elemTgt.style.color="#0F0F5F";elemSrc.style.backgroundColor=elemTgt.style.backgroundColor="#F0F0A0";Hover.OnOver(elem)};CHighlight.prototype.Clear=function(){try{if(this.strCurHighNodeID==null)return;var elemSrc=BV.elemFrmSrc.contentWindow.document.getElementById(this.strCurHighNodeID);if(elemSrc!=null){elemSrc.style.color=this.strHighForeColor;elemSrc.style.backgroundColor=this.strHighBackColor;Hover.OnOut(elemSrc)}var elemTgt=BV.elemFrmTgt.contentWindow.document.getElementById(this.strCurHighNodeID);if(elemTgt!=null){elemTgt.style.color=this.strHighForeColor;elemTgt.style.backgroundColor=this.strHighBackColor;Hover.OnOut(elemSrc)}this.strCurHighNodeID=null}catch(err){}};Hover=new CHover;function CHover(){this.iTimeout=250;this.iEventID=0;this.elemHover=null}CHover.prototype.OnOver=function(elem){this.doc=Layout.strLayout=="SP"?BV.elemFrmSrc.contentWindow.document:BV.elemFrmTgt.contentWindow.document;if(this.doc.documentElement&&this.doc.documentElement.scrollHeight&&this.doc.documentElement.clientHeight)this.frameDoc=this.doc.documentElement;else if(document.body)this.frameDoc=this.doc.body;setTimeout("Hover.Show("+(++this.iEventID)+",'"+elem.id+"');",this.iTimeout)};CHover.prototype.OnOut=function(elem){setTimeout("Hover.Hide("+(++this.iEventID)+",'"+elem.id+"');",this.iTimeout)};CHover.prototype.Show=function(iEventID,strID){if(Layout.strLayout!="SP"&&Layout.strLayout!="TP")return;if(iEventID!=this.iEventID)return;var elemHover=this.doc.getElementById(strID);if(elemHover==null||elemHover==this.elemHover)return;if(this.elemHover!=null)try{this.Hide(this.iEventID,this.elemHover.id)}catch(err){}var elemSrc=BV.elemFrmSrc.contentWindow.document.getElementById(strID),elemTgt=BV.elemFrmTgt.contentWindow.document.getElementById(strID);if(Util.MSIE){if(elemSrc.innerText==elemTgt.innerText)return}else if(elemSrc.textContent==elemTgt.textContent)return;this.elemPopup=this.doc.getElementById(strID+"_Popup");this.elemPopupTrans=this.doc.getElementById(strID+"_PopupTrans");if(!this.elemPopup){this.elemPopup=this.doc.createElement("font");this.elemPopup.id=strID+"_Popup";this.elemPopup.className="BV_Popup";this.elemPopup.onmouseover=function(){Hover.OnOver(Hover.doc.getElementById(strID+""))};this.elemPopup.onmouseout=function(){Hover.OnOut(Hover.doc.getElementById(strID+""))};elemHover.ownerDocument.body.appendChild(this.elemPopup);this.elemPopupTrans=this.doc.createElement("font");this.elemPopupTrans.id=strID+"_PopupTrans";this.elemPopup.appendChild(this.elemPopupTrans)}this.elemPopup.style.visibility="visible";if(Layout.strLayout=="SP")this.elemPopupTrans.innerHTML=Util.MSIE?elemTgt.innerText:elemTgt.textContent;else this.elemPopupTrans.innerHTML=Util.MSIE?elemSrc.innerText:elemSrc.textContent;var iFrameWidth=this.frameDoc.clientWidth,iFrameHeight=this.frameDoc.clientHeight;this.elemPopup.style.width=elemHover.offsetWidth+20+"px";if(this.elemPopup.offsetWidth>this.elemPopupTrans.offsetWidth+40)this.elemPopup.style.width=this.elemPopupTrans.offsetWidth+40+"px";if(this.elemPopup.offsetWidth>iFrameWidth)this.elemPopup.style.width=iFrameWidth-32+"px";if(this.elemPopup.offsetWidth<300)this.elemPopup.style.width="300px";if(this.elemPopup.offsetWidth>this.elemPopupTrans.offsetWidth-40)this.elemPopupTrans.style.width=this.elemPopup.offsetWidth-40+"px";if(this.elemPopup.offsetLeft+this.elemPopup.offsetWidth>document.body.offsetWidth)this.elemPopup.style.left=this.elemPopup.offsetLeft-(this.elemPopup.offsetLeft+this.elemPopup.offsetWidth+100-document.body.offsetWidth)+"px";this.elemHover=elemHover;var iFrameMinX=this.frameDoc.scrollLeft+16,iFrameMaxX=iFrameMinX+iFrameWidth-32,iFrameMinY=this.frameDoc.scrollTop+16,iFrameMaxY=iFrameMinY+iFrameHeight-40,iHoverMinX=Util.AbsXPos(elemHover),iHoverMaxX=iHoverMinX+this.elemPopup.offsetWidth,iHoverMinY=Util.AbsYPos(elemHover)-(this.elemPopup.scrollHeight+24),iHoverMaxY=iHoverMinY+this.elemPopup.offsetHeight;if(iHoverMinX<iFrameMinX)iHoverMinX=iFrameMinX;if(iHoverMaxX>iFrameMaxX)iHoverMinX=iFrameMaxX-this.elemPopup.offsetWidth;if(iHoverMinY<iFrameMinY)iHoverMinY=iHoverMinY+this.elemPopup.offsetHeight+elemHover.scrollHeight+16;if(iHoverMaxY>iFrameMaxY)iHoverMinY=iFrameMaxY-this.elemPopup.scrollHeight;this.elemPopup.style.left=iHoverMinX+"px";this.elemPopup.style.top=iHoverMinY+"px"};CHover.prototype.Hide=function(iEventID,strID){if(iEventID<this.iEventID)return;if(this.elemPopup!=null)this.elemPopup.style.visibility="hidden";this.elemPopup=null;this.elemHover=null};var LangPair=new CLangPair;function CLangPair(){return this}CLangPair.prototype.Init=function(){this.strFromLang="";this.strToLang="";this.strFromLangDesc="";this.strToLangDesc="";this.strLangPair="";if(LangPair_FromDDL_keys){LangPair_FromDDL=new MtPopUpList;LangPair_FromDDL.Init("LangPair_FromDDL",LangPair_FromDDL_keys,LangPair_FromDDL_values,LangPair_FromDDL_callback,LangPair_FromDDL_popupid)}if(LangPair_ToDDL_keys){LangPair_ToDDL=new MtPopUpList;LangPair_ToDDL.Init("LangPair_ToDDL",LangPair_ToDDL_keys,LangPair_ToDDL_values,LangPair_ToDDL_callback,LangPair_ToDDL_popupid)}this.elemSwapImg=document.getElementById("LangPair_SwapImg");this.elemFromLangLAD=document.getElementById("LangPair_FromLangLAD");this.ArrowIsRtl=this.elemSwapImg.dir=="rtl";this.Sync()};CLangPair.prototype.Change=function(that){if(LangPair_FromDDL.getValue()==LangPair_ToDDL.getValue()&&this.strFromLang!=this.strToLang&&this.strFromLang!="")if(that.getValue()==this.strFromLang)LangPair_FromDDL.setValue(this.strToLang);else if(that.getValue()==this.strToLang)LangPair_ToDDL.setValue(this.strFromLang);this.Sync();Util.SetCookie("from",this.strFromLang,true);Util.SetCookie("to",this.strToLang,true);this.IE8PreivewSubmit();this.ShowLiveTranslation(that);this.SyncAltHost()};CLangPair.prototype.Sync=function(){if(LangPair_ToDDL!=null&&LangPair_FromDDL!=null){this.strFromLang=LangPair_FromDDL.getValue();this.strToLang=LangPair_ToDDL.getValue();this.strLangPair=this.strFromLang+"_"+this.strToLang;this.strFromLangDesc=LangPair_FromDDL.getText();this.strToLangDesc=LangPair_ToDDL.getText()}};CLangPair.prototype.SetAutoDetectLanguage=function(name,value){this.elemFromLangLAD.value=value;LangPair_FromDDL.setText(name,"true");this.Sync()};CLangPair.prototype.SwapLang=function(){var from,to,lad;from=LangPair_FromDDL.getValue();to=LangPair_ToDDL.getValue();lad=this.elemFromLangLAD.value;if(from=="")from=lad;if(from!=null&&from!=""&&from!=to){LangPair_ToDDL.setValue(from);LangPair_FromDDL.setValue(to)}this.Sync();Util.SetCookie("from",this.strFromLang,true);Util.SetCookie("to",this.strToLang,true);this.SyncAltHost()};CLangPair.prototype.SwapImg=function(){if(this.ArrowIsRtl)this.elemSwapImg.src="static/112336/img/swapLTR.gif";else this.elemSwapImg.src="static/112336/img/swapRTL.gif";this.ArrowIsRtl=!this.ArrowIsRtl};CLangPair.prototype.ShowLiveTranslation=function(that){if(document.getElementById("OutputText"))if(document.getElementById("OutputText").className=="mttextareainit")document.getElementById("TdLiveTranslation").className="Invisible";else{LTPairs=document.getElementById("LiveTranslationLanguagePairs");if(LTPairs)if(LTPairs.value.indexOf(that.getValue())==-1)document.getElementById("TdLiveTranslation").className="Invisible";else document.getElementById("TdLiveTranslation").className="Visible"}};CLangPair.prototype.SyncAltHost=function(){try{var elemFrmRemoteSrc=document.getElementById("frmRemoteSrc");if(elemFrmRemoteSrc)elemFrmRemoteSrc.contentWindow.location.replace(BV.strBvRootUrl+"BV.aspx?ref=BVPersist"+"&from="+this.strFromLang+"&to="+this.strToLang)}catch(exp){}};CLangPair.prototype.IE8PreivewSubmit=function(from,to){var form=document.getElementById("MainForm");if(form)form.submit()};Layout=new CLayout;function CLayout(){return this}CLayout.prototype.Init=function(){this.strLayout=Util.GetUrlParameter(location.href,"lo")||Util.GetCookie("lo");if(this.strLayout==null)this.strLayout="SS";this.elemSpanTrans=document.getElementById("spanTrans");this.elemInpUrl=document.getElementById("inpUrl");this.elemSpanLangPair=document.getElementById("spanLangPair");this.elemSpanGap1=document.getElementById("spanGap1");this.elemSpanViews=document.getElementById("spanViews");this.elemSpanGap2=document.getElementById("spanGap2");this.elemSpanHome=document.getElementById("spanHome");this.elemLblSrcMouse=document.getElementById("lblSrcMouse");this.elemLblTgtMouse=document.getElementById("lblTgtMouse");this.elemDivBVHeader=document.getElementById("divBVHeader");this.elemDivContent=document.getElementById("divContent");this.elemDivBVFooter=document.getElementById("divBVFooter");this.elemBrandFooter=document.getElementById("uxp_ftr_control");this.elemSbFooter=document.getElementById("sb_foot");if(!this.elemBrandFooter)this.elemBrandFooter=document.getElementById("sb_foot");if(!this.elemBrandFooter)this.elemBrandFooter=document.getElementById("WindowsLiveFooter");this.elemDivSrc=document.getElementById("divSrc");this.elemDivTgt=document.getElementById("divTgt");this.elemDivSrcFrm=document.getElementById("divSrcFrm");this.elemDivTgtFrm=document.getElementById("divTgtFrm");document.getElementById("inpUrl").focus();this.Set(this.strLayout)};CLayout.prototype.Set=function(strLayout){this.strLayout=strLayout;Util.SetCookie("lo",strLayout,true);if(Util.MSIE6)this.elemDivSrc.style.width=this.elemDivTgt.style.width="";switch(this.strLayout){default:this.elemDivSrc.className="divSrcSS";this.elemDivTgt.className="divTgtSS";this.elemLblSrcMouse.className=this.elemLblTgtMouse.className="Invisible";if(Util.MSIE6)this.elemDivSrc.style.width=this.elemDivTgt.style.width="48%";break;case "TB":this.elemDivSrc.className="divSrcTB";this.elemDivTgt.className="divTgtTB";this.elemLblSrcMouse.className=this.elemLblTgtMouse.className="Invisible";break;case "SP":this.elemDivSrc.className="divXP";this.elemDivTgt.className="Invisible";this.elemLblSrcMouse.className="";this.elemLblTgtMouse.className="Invisible";break;case "TP":this.elemDivSrc.className="Invisible";this.elemDivTgt.className="divXP";this.elemLblSrcMouse.className="Invisible";this.elemLblTgtMouse.className="";break}this.Sync();this.SyncAltHost()};CLayout.prototype.Sync=function(){var sbFooterHeight=0;if(this.elemSbFooter!=null)sbFooterHeight=this.elemSbFooter.offsetHeight;var iHeaderFooterHeight=+this.elemDivBVHeader.offsetHeight+this.elemDivBVFooter.offsetHeight+sbFooterHeight;if(document.documentElement.clientHeight<=iHeaderFooterHeight+10)return;var iHeight=document.documentElement.clientHeight-(iHeaderFooterHeight+10),links=["TB","SS","TP","SP"];for(var i=0;i<links.length;i++)document.getElementById(links[i]).className=links[i]+"_gif";document.getElementById(this.strLayout).className=this.strLayout+"on_gif";document.getElementById("divContent").style.height=iHeight+"px";this.elemDivSrcFrm.style.marginTop="0px";this.elemDivTgtFrm.style.marginTop="0px";if(this.strLayout=="TB"){iHeight=iHeight/2-4;this.elemDivTgtFrm.style.marginTop="4px"}else iHeight=iHeight-4;this.elemDivSrc.style.height=iHeight+"px";this.elemDivTgt.style.height=iHeight+"px";BV.elemFrmTgt.style.height=BV.elemFrmSrc.style.height=iHeight+"px";if(this.strLayout=="SS")if(this.elemDivSrcFrm.offsetHeight>this.elemDivTgtFrm.offsetHeight){BV.elemFrmSrc.style.height=this.elemDivTgt.offsetHeight+"px";BV.elemFrmSrc.style.marginTop=Util.AbsYPos(this.elemDivTgtFrm)-Util.AbsYPos(this.elemDivSrcFrm)+"px"}else if(this.elemDivSrcFrm.offsetHeight<this.elemDivTgtFrm.offsetHeight){BV.elemFrmTgt.style.height=this.elemDivSrc.offsetHeight+"px";BV.elemFrmSrc.style.marginTop=Util.AbsYPos(this.elemDivSrcFrm)-Util.AbsYPos(this.elemDivTgtFrm)+"px"}};CLayout.prototype.SyncAltHost=function(){try{var elemFrmRemoteSrc=document.getElementById("frmRemoteSrc");if(elemFrmRemoteSrc)elemFrmRemoteSrc.contentWindow.location.replace(BV.strBvRootUrl+"BV.aspx?ref=BVPersist"+"&lo="+this.strLayout)}catch(exp){}};var s_account_elem=document.getElementById("OmnitureAccount");if(s_account_elem){var s_account=s_account_elem.getAttribute("CONTENT"),s=s_gi(s_account);s.trackDownloadLinks=true;s.trackExternalLinks=true;s.trackInlineStats=true;s.linkDownloadFileTypes="exe,zip,wav,mp3,mov,mpg,avi,wmv,doc,pdf,xls";s.linkInternalFilters="javascript:,"+window.location.hostname;s.linkLeaveQueryString=false;s.linkTrackVars="None";s.linkTrackEvents="None";s.usePlugins=true;function s_doPlugins(s){s.campaign=s.getQueryParam("ref")}s.doPlugins=s_doPlugins;s.visitorNamespace="microsoftmachinetranslation";s.dc=112;s.getQueryParam=new Function("p","d","u",""+"var s=this,v='',i,t;d=d?d:'';u=u?u:(s.pageURL?s.pageURL:s.wd.locati"+"on);if(u=='f')u=s.gtfs().location;while(p){i=p.indexOf(',');i=i<0?p"+".length:i;t=s.p_gpv(p.substring(0,i),u+'');if(t)v+=v?d+t:t;p=p.subs"+"tring(i==p.length?i:i+1)}return v");s.p_gpv=new Function("k","u",""+"var s=this,v='',i=u.indexOf('?'),q;if(k&&i>-1){q=u.substring(i+1);v"+"=s.pt(q,'&','p_gvf',k)}return v");s.p_gvf=new Function("t","k",""+"if(t){var s=this,i=t.indexOf('='),p=i<0?t:t.substring(0,i),v=i<0?'T"+"rue':t.substring(i+1);if(p.toLowerCase()==k.toLowerCase())return s."+"epa(v)}return ''")}var s_code="",s_objectID;function s_gi(un,pg,ss){var c="=fun@5(~){`Ks=^Q~$d ~.substring(~.indexOf(~;@r~`l@r~=new Fun@5(~.toLowerCase()~s_c_il['+s^qn+']~};s.~.length~.toUpperCase~=new Object~s.wd~','~"+"){@r~t^s~.location~')q='~var ~s.pt(~dynamicAccount~link~s.apv~='+@w(~)@rx^l!Object$aObject.prototype$aObject.prototype[x])~);s.~Element~.getTime()~=new Array~ookieDomainPeriods~s.m_~.protocol~=new "+"Date~BufferedRequests~}c$o(e){~visitor~;@V^is[k],255)}~javaEnabled~conne@5^K~^zc_i~Name~=''~:'')~onclick~}@r~else ~ternalFilters~javascript~s.dl~@Ms.b.addBehavior(\"# default# ~=parseFloat(~'+tm.ge"+"t~cookie~parseInt(~s.rep(~s.^R~track~o^zoid~browser~.parent~window~referrer~colorDepth~String~while(~.host~.lastIndexOf('~s.sq~s.maxDelay~s.vl_g~r=s.m(f)?s[f](~for(~s.un~s.eo~&&s.~t=s.ot(o)~j='1.~#"+"1URL~lugins~document~Type~Sampling~s.rc[un]~Download~Event~');~this~tfs~resolution~s.c_r(~s.c_w(~s.eh~s.isie~s.vl_l~s.vl_t~Height~t,h){t=t?t~tcf~isopera~ismac~escape(~'s_~.href~screen.~s.fl(~Versio"+"n~harCode~&&(~variableProvider~s.pe~)?'Y':'N'~:'';h=h?h~._i~e&&l$ZSESSION'~=='~f',~onload~name~home#1~objectID~}else{~.s_~s.rl[u~Width~s.ssl~o.type~Timeout(~ction~Lifetime~.mrq(\"'+un+'\")~sEnabled"+"~;i++)~'){q='~&&l$ZNONE'){~ExternalLinks~_'+~charSet~onerror~lnk~currencyCode~.src~s=s_gi(~etYear(~Opera~;try{~Math.~s.fsg~s.ns6~s.oun~InlineStats~Track~'0123456789~&&!~s[k]=~s.epa(~m._d~n=s.oid(o)"+"~,'sqs',q);~LeaveQuery~')>=~'=')~&&t~){n=~\",''),~vo)~s.sampled~=s.oh(o);~+(y<1900?~s.disable~ingServer~n]=~true~sess~campaign~lif~if(~'http~,100)~s.co(~x in ~s.ape~ffset~s.c_d~s.br~'&pe~s.gg(~s.gv"+"(~s[mn]~s.qav~,'vo~s.pl~=(apn~Listener~\"s_gs(\")~vo._t~b.attach~d.create~=s.n.app~(''+~'+n~)+'/~s()+'~){p=~():''~a):f(~+1))~a['!'+t]~){v=s.n.~channel~un)~.target~o.value~g+\"_c\"]~\".tl(\")~etscap"+"e~(ns?ns:~omePage~s.d.get~')<~!='~||!~[b](e);~m[t+1](~return~height~events~random~code~'MSIE ~rs,~un,~,pev~INPUT'~floor(~atch~s.num(~[\"s_\"+~s.c_gd~s.dc~s.pg~,'lt~.inner~transa~;s.gl(~\"m_\"+n~idt"+"='+~',s.bc~page~Group,~.fromC~sByTag~?'&~+';'~t&&~1);~[t]=~'+v]~>=5)~[t](~=l[n];~!a[t])~~s._c=^fc';`E=^0`5!`E`fn){`E`fl`U;`E`fn=0;}s^ql=`E`fl;s^qn=`E`fn;s^ql[s^q@ms;`E`fn++;s.m`0m){`2$Em)`4'{$Y0`Af"+"l`0x,l){`2x?$Ex)`30,l):x`Aco`0o`G!o)`2o;`Kn`D,x;^B@vo)@rx`4'select$Y0&&x`4'filter$Y0)n[x]=o[x];`2n`Anum`0x){x`h+x;^B`Kp=0;p<x`B;p++)@r(@T')`4x`3p,p$L<0)`20;`21`Arep=s_r;@w`0x`1,h=@TABCDEF',i,c=s.@E"+",n,l,e,y`h;c=c?c`C$J`5x){x`h+x`5c^sAUTO'^l'').c^kAt){^Bi=0;i<x`B@9{c=x`3i,i+#8n=x.c^kAt(i)`5n>127){l=0;e`h;^4n||l<4){e=h`3n%16,n%16+1)+e;n=`tn/16);l++}y+='%u'+e}`6c^s+')y+='%2B';`ly+=^ec)}x=y^yx=x?"+"`u^e''+x),'+`F%2B'):x`5x&&c^Eem==1&&x`4'%u$Y0&&x`4'%U$Y0){i=x`4'%^P^4i>=0){i++`5h`38)`4x`3i,i+1)`C())>=0)`2x`30,i)+'u00'+x`3i);i=x`4'%',i)}}}}`2x`Aepa`0x`1;`2x?un^e`u''+x,'+`F ')):x`Apt`0x,d,f,a`1,"+"t=x,z=0,y,r;^4t){y=t`4d);y=y<0?t`B:y;t=t`30,y);^At,$Kt,a)`5r)`2r;z+=y+d`B;t=x`3z,x`B);t=z<x`B?t:''}`2''`Aisf`0t,a){`Kc=a`4':')`5c>=0)a=a`30,c)`5t`30,2)==^f')t=t`32);`2(t!`h@d==a)`Afsf`0t,a`1`5`La,`"+"F,'is^tt))@O+=(@O!`h?`F`i+t;`20`Afs`0x,f`1;@O`h;`Lx,`F,'fs^tf);`2@O`Ac_d`h;$rf`0t,a`1`5!$pt))`21;`20`Ac_gd`0`1,d=`E`I^5^v,n=s.fpC`V,p`5!n)n=s.c`V`5d@U@y@en?`tn):2;n=n>2?n:2;p=d^6.')`5p>=0){^4p>=0&&"+"n>1$Id^6.',p-#8n--}@y=p>0&&`Ld,'.`Fc_gd^t0)?d`3p):d}}`2@y`Ac_r`0k`1;k=@w(k);`Kc=' '+s.d.`s,i=c`4' '+k+@c,e=i<0?i:c`4';',i),v=i<0?'':@Wc`3i+2+k`B,e<0?c`B:e));`2v$Z[[B]]'?v:''`Ac_w`0k,v,e`1,d=$r(),l="+"s.`s@6,t;v`h+v;l=l?$El)`C$J`5^r@Bt=(v!`h?`tl?l:0):-60)`5t){e`Y;e.setTime(e`T+(t*1000))}`kk@Bs.d.`s=k+'`Pv!`h?v:'[[B]]')+'; path=/;'+(^r?' expires='+e.toGMT^3()#6`i+(d?' domain='+d#6`i;`2^Tk)==v}`20"+"`Aeh`0o,e,r,f`1,b=^f'+e+'@Ds^qn,n=-1,l,i,x`5!^Vl)^Vl`U;l=^Vl;^Bi=0;i<l`B&&n<0;i++`Gl[i].o==o&&l[i].e==e)n=i`kn<0@ei;l[n]`D}x#Dx.o=o;x.e=e;f=r?x.b:f`5r||f){x.b=r?0:o[e];x.o[e]=f`kx.b){x.o[b]=x.b;`2b"+"}`20`Acet`0f,a,t,o,b`1,r,^b`5`O>=5^l!s.^c||`O>=7)){^b`7's`Ff`Fa`Ft`F`Ke,r@M^A$Ka)`ar=s.m(t)?s#Ce):t(e)}`2r^Pr=^b(s,f,a,t)^y@rs.^d^Eu`4$i4@b0)r=s.m(b)?s[b](a):b(a);else{^V(`E,'@F',0,o);^A$Ka`Reh(`E,"+"'@F',1)}}`2r`Ag^Ret`0e`1;`2`v`Ag^Roe`7'e`F`Ks=`9,c;^V(^0,\"@F\",1`Re^R=1;c=s.t()`5c)s.d.write(c`Re^R=0;`2@n'`Rg^Rfb`0a){`2^0`Ag^Rf`0w`1,p=w`z,l=w`I;`v=w`5p&&p`I!=l&&p`I^5==l^5){`v=p;`2s.g^Rf(`v)}`2"+"`v`Ag^R`0`1`5!`v){`v=`E`5!s.e^R)`v=s.cet('g^R^t`v,'g^Ret',s.g^Roe,'g^Rfb')}`2`v`Amrq`0u`1,l=@0],n,r;@0]=0`5l)^Bn=0;n<l`B;n++){r#Ds.mr(0,0,r.r,0,r.t,r.u)}`Abr`0id,rs`1`5@k`Z$a^U^fbr',rs))@zl=rs`Aflu"+"sh`Z`0`1;s.fbr(0)`Afbr`0id`1,br=^T^fbr')`5!br)br=@zl`5br`G!@k`Z)^U^fbr`F'`Rmr(0,0,br)}@zl=0`Amr`0@o,q,$jid,ta,u`1,dc=$s,t1=s.`w@l,t2=s.`w@lSecure,ns=s.`b`gspace,un=u?u:$Vs.f$P,unc=`u$k'_`F-'),r`D,l"+",imn=^fi@D($P,im,b,e`5!rs){rs=@s'+(@2?'s'`i+'://'+(t1?(@2@d2?t2:t1):($V(@2?'102':unc))+'.'+($s?$s:112)+'.2o7.net')$Gb/ss/'+^C+'/1/H.15.1/'+@o+'?[AQB]&ndh=1'+(q?q`i+'&[AQE]'`5^W@Us.^d`G`O>5.5)rs=^i$"+"j4095);`lrs=^i$j2047)`kid){@z(id,rs);$d}`ks.d.images&&`O>=3^l!s.^c||`O>=7)^l@P<0||`O>=6.1)`G!s.rc)s.rc`D`5!^M){^M=1`5!s.rl)s.rl`D;@0n]`U;set@4'@r^0`fl)^0.`9@7',750)^yl=@0n]`5l){r.t=ta;r.u=un;r.r=rs"+";l[l`B]=r;`2''}imn+='@D^M;^M++}im=`E[imn]`5!im)im=`E[im@mnew Image;im^zl=0;im.^u`7'e`F^Q^zl=1`5^0`fl)^0.`9@7^Pim@I=rs`5rs`4$0=@b0^l!ta||ta^s_self'||ta^s_top'||(`E.^v@da==`E.^v))){b=e`Y;^4!im^zl&&e`"+"T-b`T<500)e`Y}`2''}`2'<im'+'g sr'+'c=\"'+rs+'\" width=1 $e=1 border=0 alt=\"\">'`Agg`0v`1`5!`E[^f#A)`E[^f#A`h;`2`E[^f#A`Aglf`0t,a`Gt`30,2)==^f')t=t`32);`Ks=^Q,v=$1t)`5v)s#9v`Agl`0v`1`5$t)`Lv,`F,'gl"+"^t0)`Agv`0v`1;`2s['vpm@Dv]?s['vpv@Dv]:(s[v]?s[v]`i`Ahavf`0t,a`1,b=t`30,4),x=t`34),n=`tx),k='g@Dt,m='vpm@Dt,q=t,v=s.`N@SVa$je=s.`N@S^Os,mn;@V$2t)`5s.@G||^D||^n`G^n^Epe`30,4)$Z@G_'){mn=^n`30,1)`C()+^"+"n`31)`5$3){v=$3.`wVars;e=$3.`w^Os}}v=v?v+`F+^X+`F+^X2:''`5v@U`Lv,`F,'is^tt))s[k]`h`5`H$f'&&e)@Vs.fs(s[k],e)}s[m]=0`5`H`bID`Jvid';`6`H^H@Ag'`c`6`H^1@Ar'`c`6`Hvmk`Jvmt';`6`H@E@Ace'`5s[k]&&s[k]`C()^sA"+"UTO')@V'ISO8859-1';`6s[k]^Eem==2)@V'UTF-8'}`6`H`b`gspace`Jns';`6`Hc`V`Jcdp';`6`H`s@6`Jcl';`6`H^m`Jvvp';`6`H@H`Jcc';`6`H$O`Jch';`6`H$w@5ID`Jxact';`6`H@p`Jv0';`6`H^S`Js';`6`H^2`Jc';`6`H`n^j`Jj';`6`H`"+"d`Jv';`6`H`s@8`Jk';`6`H`y@1`Jbw';`6`H`y^Z`Jbh';`6`H`e`Jct';`6`H^w`Jhp';`6`Hp^I`Jp';`6$px)`Gb^sprop`Jc$F;`6b^seVar`Jv$F;`6b^shier@Ah$F`c`ks[k]@d$Z`N`g'@d$Z`N^K')$4+='&'+q+'`Ps[k]);`2''`Ahav`0`1;$4`h"+";`L^Y,`F,'hav^t0);`2$4`Alnf`0^a`8^p`8:'';`Kte=t`4@c`5t@de>0&&h`4t`3te$L>=0)`2t`30,te);`2''`Aln`0h`1,n=s.`N`gs`5n)`2`Ln,`F,'ln^th);`2''`Altdf`0^a`8^p`8:'';`Kqi=h`4'?^Ph=qi>=0?h`30,qi):h`5#7h`3h`B-(t"+"`B$L^s.'+t)`21;`20`Altef`0^a`8^p`8:''`5#7h`4t)>=0)`21;`20`Alt`0h`1,lft=s.`N^NFile^Ks,lef=s.`NEx`m,@q=s.`NIn`m;@q=@q?@q:`E`I^5^v;h=h`8`5s.`w^NLinks&&lf#7`Llft,`F$ud^th))`2'd'`5s.`w@C^llef||@q)^l!lef"+"||`Llef,`F$ue^th))^l!@q$a`L@q,`F$ue^th)))`2'e';`2''`Alc`7'e`F`Ks=`9,b=^V(^Q,\"`j\"`R@G=@u^Q`Rt(`R@G=0`5b)`2^Q$b`2@n'`Rbc`7'e`F`Ks=`9,f,^b`5s.d^Ed.all^Ed.all.cppXYctnr)$d;^D=e@I`S?e@I`S:e$Q;^b`7\"s"+"\",\"`Ke@M@r^D^l^D.tag`g||^D`z`S||^D`zNode))s.t()`a}\");^b(s`Reo=0'`Roh`0o`1,l=`E`I,h=o^g?o^g:'',i,j,k,p;i=h`4':^Pj=h`4'?^Pk=h`4'/')`5h^li<0||(j>=0&&i>j)||(k>=0&&i>k))$Io`X&&o`X`B>1?o`X:(l`X?l`X`i;"+"i=l.path^v^6/^Ph=(p?p+'//'`i+(o^5?o^5:(l^5?l^5`i)+(h`30,1)$Z/'?l.path^v`30,i<0?0:i$G'`i+h}`2h`Aot`0o){`Kt=o.tag`g;t=t@d`C?t`C$J`5`HSHAPE')t`h`5t`G`H$m&&@3&&@3`C)t=@3`C();`6!#7o^g)t='A';}`2t`Aoid`0o"+"`1,^F,p,c,n`h,x=0`5t@U`x$Io`X;c=o.`j`5o^g^l`HA'||`HAREA')^l!c$ap||p`8`4'`n$Y0))n@i`6c@e`us.rep(`us.rep$Ec,\"\\r@f\"\\n@f\"\\t@f' `F^Px=2}`6$R^l`H$m||`HSUBMIT')@e$R;x=3}`6o@I&&`HIMAGE')n=o@I`5n){`x="+"^in@t;`xt=x}}`2`x`Arqf`0t,un`1,e=t`4@c,u=e>=0?`F+t`30,e)+`F:'';`2u&&u`4`F+un+`F)>=0?@Wt`3e$L:''`Arq`0un`1,c=un`4`F),v=^T^fsq'),q`h`5c<0)`2`Lv,'&`Frq^t$P;`2`L$k`F,'rq',0)`Asqp`0t,a`1,e=t`4@c,q=e<0?'"+"':@Wt`3e+1)`Rsqq[q]`h`5e>=0)`Lt`30,e),`F@Z`20`Asqs`0$kq`1;^7u[u@mq;`20`Asq`0q`1,k=^fsq',v=^Tk),x,c=0;^7q`D;^7u`D;^7q[q]`h;`Lv,'&`Fsqp',0);`L^C,`F@Zv`h;^B@v^7u`Q)^7q[^7u[x]]+=(^7q[^7u[x]]?`F`i+x;^B@"+'v^7q`Q&&^7q[x]^lx==q||c<2)){v+=(v#5\'`i+^7q[x]+\'`Px);c++}`2^Uk,v,0)`Awdl`7\'e`F`Ks=`9,r=@n,b=^V(`E,"^u"),i,o,oc`5b)r=^Q$b^Bi=0;i<s.d.`Ns`B@9{o=s.d.`Ns[i];oc=o.`j?""+o.`j:""`5(oc`4$9<0||oc`4"^z'+"oc(\")>=0)&&oc`4$T<0)^V(o,\"`j\",0,s.lc);}`2r^P`Es`0`1`5`O>3^l!^W$as.^d||`O#B`Gs.b^E$B^O)s.$B^O('`j#0);`6s.b^Eb.add^O$8)s.b.add^O$8('click#0,false);`l^V(`E,'^u',0,`El)}`Avs`0x`1,v=s.`b^L,g=s.`b^L#2"+"k=^fvsn@D^C+(g?'@Dg`i,n=^Tk),e`Y,y=e.g@K);e.s@Ky+10@j1900:0))`5v){v*=100`5!n`G!^Uk,x,e))`20;n=x`kn%10000>v)`20}`21`Adyasmf`0t,m`G#7m&&m`4t)>=0)`21;`20`Adyasf`0t,m`1,i=t?t`4@c:-1,n,x`5i>=0&&m){`Kn=t"+"`30,i),x=t`3i+1)`5`Lx,`F,'dyasm^tm))`2n}`20`Auns`0`1,x=s.`MSele@5,l=s.`MList,m=s.`MM$o,n,i;^C=^C`8`5x&&l`G!m)m=`E`I^5`5!m.toLowerCase)m`h+m;l=l`8;m=m`8;n=`Ll,';`Fdyas^tm)`5n)^C=n}i=^C`4`F`Rfun=i<0?"+"^C:^C`30,i)`Asa`0un`1;^C=un`5!@Q)@Q=un;`6(`F+@Q+`F)`4$P<0)@Q+=`F+un;^Cs()`Am_i`0n,a`1,m,f=n`30,1),r,l,i`5!`Wl)`Wl`D`5!`Wnl)`Wnl`U;m=`Wl[n]`5!a&&m&&m._e@Um^q)`Wa(n)`5!m){m`D,m._c=^fm';m^qn=`E`fn;m^q"+"l=s^ql;m^ql[m^q@mm;`E`fn++;m.s=s;m._n=n;m._l`U('_c`F_in`F_il`F_i`F_e`F_d`F_dl`Fs`Fn`F_r`F_g`F_g1`F_t`F_t1`F_x`F_x1`F_l'`Rm_l[@mm;`Wnl[`Wnl`B]=n}`6m._r@Um._m){r=m._r;r._m=m;l=m._l;^Bi=0;i<l`B@9@rm[l"+'[i]])r[l[i]]=m[l[i]];r^ql[r^q@mr;m=`Wl[@mr`kf==f`C())s[@mm;`2m`Am_a`7\'n`Fg`F@r!g)g=$y;`Ks=`9,c=s[$S,m,x,f=0`5!c)c=`E$q$S`5c&&s_d)s[g]`7"s",s_ft(s_d(c)));x=s[g]`5!x)x=`E$qg];m=`Wi(n,1)`5x){m^q=f=1'+'`5(""+x)`4"fun@5")>=0)x(s);`l`Wm("x",n,x)}m=`Wi(n,1)`5@Xl)@Xl=@X=0;`ot();`2f\'`Rm_m`0t,n,d){t=\'@Dt;`Ks=^Q,i,x,m,f=\'@Dt`5`Wl&&`Wnl)^Bi=0;i<`Wnl`B@9{x=`Wnl[i]`5!n||x==n){m=`Wi(x)`5m[t]`G`H_d\')`2'+"1`5d)m#Cd);`lm#C)`km[t+1]@Um[f]`Gd)$cd);`l$c)}m[f]=1}}`20`AloadModule`0n,u,d,l`1,m,i=n`4':'),g=i<0?$y:n`3i+1),o=0,f,c=s.h?s.h:s.b,^b`5i>=0)n=n`30,i);m=`Wi(n)`5(l$a`Wa(n,g))&&u^Ed&&c^E$C`S`Gd){@X=1;"+'@Xl=1`k@2)u=`uu,@s:`Fhttps:^Pf`7\'e`F`9.m_a("$F+\'","\'+g+\'")^P^b`7\'s`Ff`Fu`Fc`F`Ke,o=0@Mo=s.$C`S("script")`5o){@3="text/`n"`5f)o.^u=f;o@I=u;c.appendChild(o)}`ao=0}`2o^Po=^b(s,f,u,c)}`lm=`Wi(n'+');m._e=1;`2m`Avo1`0t,a`Ga[t]||$M)^Q#9a[t]`Avo2`0t,a`G#E{a#9^Q[t]`5#E$M=1}`Adlt`7\'`Ks=`9,d`Y,i,vo,f=0`5`ol)^Bi=0;i<`ol`B@9{vo=`ol[i]`5vo`G!`Wm("d")||d`T-$A>=^8){`ol[i]=0;s.t(@g}`lf=1}`k`oi)clear@4'+"`oi`Rdli=0`5f`G!`oi)`oi=set@4`ot,^8)}`l`ol=0'`Rdl`0vo`1,d`Y`5!@gvo`D;`L^9,`F$52',@g;$A=d`T`5!`ol)`ol`U;`ol[`ol`B]=vo`5!^8)^8=250;`ot()`At`0vo,id`1,trk=1,tm`Y,sed=Math&&@N$g?@N$n@N$g()*1000000000000"+"0):tm`T,@o='s'+@N$ntm`T/10800000)%10+sed,y=tm.g@K),vt=tm.getDate($G`rMonth($G'@jy+1900:y)+' `rHour$H:`rMinute$H:`rSecond$H `rDay()+' `rTimezoneO@x(),^b,^R=s.g^R(),ta`h,q`h,qs`h,$h`h,vb`D$x^9`Runs()"+"`5!s.td){`Ktl=^R`I,a,o,i,x`h,c`h,v`h,p`h,bw`h,bh`h,^G0',k=^U^fcc`F@n',0^o,hp`h,ct`h,pn=0,ps`5^3&&^3.prototype){^G1'`5j.m$o){^G2'`5tm.setUTCDate){^G3'`5^W^E^d&&`O#B^G4'`5pn.toPrecision){^G5';a`U`5a."+"forEach){^G6';i=0;o`D;^b`7'o`F`Ke,i=0@Mi=new Iterator(o)`a}`2i^Pi=^b(o)`5i&&i.next)^G7'}}}}`k`O>=4)x=^hwidth+'x'+^h$e`5s.isns||s.^c`G`O>=3$N`d(^o`5`O>=4){c=^hpixelDepth;bw=`E$v@1;bh=`E$v^Z}}$6=s.n."+'p^I}`6^W`G`O>=4$N`d(^o;c=^h^2`5`O#B{bw=s.d.^J`S.o@x@1;bh=s.d.^J`S.o@x^Z`5!s.^d^Eb){^b`7\'s`Ftl`F`Ke,hp=0`ph$W");hp=s.b.isH$W(tl)?"Y":"N"`a}`2hp^Php=^b(s,tl);^b`7\'s`F`Ke,ct=0`pclientCaps");ct=s'+".b.`e`a}`2ct^Pct=^b(s)}}}`lr`h`k$6)^4pn<$6`B&&pn<30){ps=^i$6[pn].^v@t#6`5p`4ps)<0)p+=ps;pn++}s.^S=x;s.^2=c;s.`n^j=j;s.`d=v;s.`s@8=k;s.`y@1=bw;s.`y^Z=bh;s.`e=ct;s.^w=hp;s.p^I=p;s.td=1`k@g{`L^9,`F$52"+"',vb);`L^9,`F$51',@g`ks.useP^I)s.doP^I(s);`Kl=`E`I,r=^R.^J.^1`5!s.^H)s.^H=l^g?l^g:l`5!s.^1)s.^1=r;`Wm('g')`5(vo&&$A)$a`Wm('d')`Gs.@G||^D){`Ko=^D?^D:s.@G`5!o)`2'';`Kp=$2'#1`g'),w=1,^F,@Y,x=`xt,h,l,i"+",oc`5^D&&o==^D){^4o@Un@d$ZBODY'){o=o`z`S?o`z`S:o`zNode`5!o)`2'';^F;@Y;x=`xt}oc=o.`j?''+o.`j:''`5(oc`4$9>=0&&oc`4\"^zoc(\")<0)||oc`4$T>=0)`2''}ta=n?o$Q:1;h@ii=h`4'?^Ph=s.`N@a^3||i<0?h:h`30,i);l=s.`N"+"`g?s.`N`g:s.ln(h);t=s.`N^K?s.`N^K`8:s.lt(h)`5t^lh||l))q+=$0=@G@D(`Hd'||`He'?@w(t):'o')+(h?$0v1`Ph)`i+(l?$0v2`Pl)`i;`ltrk=0`5s.`w@R`G!p$I$2'^H^Pw=0}^F;i=o.sourceIndex`5$1'^x')@e$1'^x^Px=1;i=1`kp&&n@"+"d)qs='&pid`P^ip,255))+(w#5p$zw`i+'&oid`P^in@t)+(x#5o$zx`i+'&ot`Pt)+(i#5oi='+i`i}`k!trk@Uqs)`2'';@h=s.vs(sed)`5trk`G@h)$h=s.mr(@o,(vt#5t`Pvt)`i+s.hav()+q+(qs?qs:s.rq(^C)),0,id,ta);qs`h;`Wm('t')`5s.p"+"_r)s.p_r()}^7(qs);^y`o(@g;`k@g`L^9,`F$51',vb`R@G=^D=s.`N`g=s.`N^K=`E^z^x=s.ppu=^n=^nv1=^nv2=^nv3`h`5$t)`E^z@G=`E^zeo=`E^z`N`g=`E^z`N^K`h`5!id@Us.tc){s.tc=1;s.flush`Z()}`2$h`Atl`0o,t,n,vo`1;s.@G=@uo"+"`R`N^K=t;s.`N`g=n;s.t(@g}`5pg){`E^zco`0o){`K@J\"_\",1,#8`2@uo)`Awd^zgs`0$P{`K@J$k1,#8`2s.t()`Awd^zdc`0$P{`K@J$k#8`2s.t()}}@2=(`E`I`X`8`4@ss@b0`Rd=^J;s.b=s.d.body`5$X`S#4`g){s.h=$X`S#4`g('HEAD')`5s."+"h)s.h=s.h[0]}s.n=navigator;s.u=s.n.userAgent;@P=s.u`4'N$U6/^P`Kapn$D`g,v$D^j,ie=v`4$i'),o=s.u`4'@L '),i`5v`4'@L@b0||o>0)apn='@L';^W$7^sMicrosoft Internet Explorer'`Risns$7^sN$U'`R^c$7^s@L'`R^d=(s.u"+"`4'Mac@b0)`5o>0)`O`qs.u`3o+6));`6ie>0){`O=`ti=v`3ie+5))`5`O>3)`O`qi)}`6@P>0)`O`qs.u`3@P+10));`l`O`qv`Rem=0`5^3#3^k){i=^e^3#3^k(256))`C(`Rem=(i^s%C4%80'?2:(i^s%U0100'?1:0))}s.sa(un`Rvl_l='`bID,vmk,p"+"pu,@E,`b`gspace,c`V,`s@6,#1`g,^H,^1,@H';^Y=^X+',^m,$O,server,#1^K,$w@5ID,purchaseID,@p,state,zip,$f,products,`N`g,`N^K';^B`Kn=1;n<51;n++)^Y+=',prop$F+',eVar$F+',hier$F;^X2=',^S,^2,`n^j,`d,`s@8,`y@1"+",`y^Z,`e,^w,pe$l1$l2$l3,p^I';^Y+=^X2;^9=^Y+',`b^L,`b^L#2`MSele@5,`MList,`MM$o,`w^NLinks,`w@C,`w@R,`N@a^3,`N^NFile^Ks,`NEx`m,`NIn`m,`N@SVa$j`N@S^Os,`N`gs,@G,eo';$t=pg$x^9)`5!ss)`Es()",w=window,l=w.s_c_il,n=navigator,u=n.userAgent,v=n.appVersion,e=v.indexOf("MSIE "),m=u.indexOf("Netscape6/"),a,i,s;if(un){un=un.toLowerCase();if(l)for(i=0;i<l.length;i++){s=l[i];if(s._c=="s_c")if(s.oun==un)return s;else if(s.fs(s.oun,un)){s.sa(un);return s}}}w.s_r=new Function("x","o","n","var i=x.indexOf(o);if(i>=0&&x.split)x=(x.split(o)).join(n);else while(i>=0){x=x.substring(0,i)+n+x.substring(i+o.length);i=x.indexOf(o)}return x");w.s_d=new Function("x","var t='`^@$#',l='0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz',d,n=0,b,k,w,i=x.lastIndexOf('~~');if(i>0){d=x.substring(0,i);x=x.substring(i+2);while(d){w=d;i"+"=d.indexOf('~');if(i>0){w=d.substring(0,i);d=d.substring(i+1)}else d='';b=parseInt(n/62);k=n-b*62;k=t.substring(b,b+1)+l.substring(k,k+1);x=s_r(x,k,w);n++}for(i=0;i<5;i++){w=t.substring(i,i+1);x=s_"+"r(x,w+' ',w)}}return x");w.s_fe=new Function("c","return s_r(s_r(s_r(c,'\\\\','\\\\\\\\'),'\"','\\\\\"'),\"\\n\",\"\\\\n\")");w.s_fa=new Function("f","var s=f.indexOf('(')+1,e=f.indexOf(')'),a='',c;while(s>=0&&s<e){c=f.substring(s,s+1);if(c==',')a+='\",\"';else if((\"\\n\\r\\t \").indexOf(c)<0)a+=c;s++}return a?'\"'+a+'\"':"+"a");w.s_ft=new Function("c","c+='';var s,e,o,a,d,q,f,h,x;s=c.indexOf('=function(');while(s>=0){s++;d=1;q='';x=0;f=c.substring(s);a=s_fa(f);e=o=c.indexOf('{',s);e++;while(d>0){h=c.substring(e,e+1);if(q){i"+"f(h==q&&!x)q='';if(h=='\\\\')x=x?0:1;else x=0}else{if(h=='\"'||h==\"'\")q=h;if(h=='{')d++;if(h=='}')d--}if(d>0)e++}c=c.substring(0,s)+'new Function('+(a?a+',':'')+'\"'+s_fe(c.substring(o+1,e))+'\")"+"'+c.substring(e+1);s=c.indexOf('=function(')}return c;");c=s_d(c);if(e>0){a=parseInt(i=v.substring(e+5));if(a>3)a=parseFloat(i)}else if(m>0)a=parseFloat(u.substring(m+10));else a=parseFloat(v);if(a>=5&&v.indexOf("Opera")<0&&u.indexOf("Opera")<0){w.s_c=new Function("un","pg","ss","var s=this;"+c);return new s_c(un,pg,ss)}else s=new Function("un","pg","ss","var s=new Object;"+s_ft(c)+";return s");return s(un,pg,ss)}Tools=new CTools;function CTools(){return this}CTools.prototype.Init=function(){};Translate=new CTranslate;function CTranslate(){return this}CTranslate.prototype.Run=function(){if(this.bTranslationRunning)return;this.bTranslationRunning=true;try{if(!BV.elemFrmTgt.contentWindow.location.host)return}catch(err){return}var elemPageURL=BV.elemFrmTgt.contentWindow.document.getElementById("PageURL");if(elemPageURL==null){BV.HideAnim();return}BV.strAddress=elemPageURL.getAttribute("content");BV.Sync(false);var elemPageID=BV.elemFrmTgt.contentWindow.document.getElementById("PageID");if(elemPageID==null){BV.HideAnim();return}this.strPageID=elemPageID.getAttribute("content");try{var elemChunkCount=BV.elemFrmTgt.contentWindow.document.getElementById("ChunkCount");this.iChunksTotal=parseInt(elemChunkCount.getAttribute("content"))}catch(err){BV.HideAnim();return}var elemCachedChunkCount=BV.elemFrmTgt.contentWindow.document.getElementById("CachedChunkCount");this.iChunksTranslated=parseInt(elemCachedChunkCount.getAttribute("content"));this.bUpdateRunning=false;this.htElementsToUpdate=[];this.bTransComplete=false;this.FetchNextTranslation()};CTranslate.prototype.FetchNextTranslation=function(){if(Util.MSIE)this.xhTransReq=new ActiveXObject("Microsoft.XMLHTTP");else{this.xhTransReq=new XMLHttpRequest;this.xhTransReq.overrideMimeType("text/xml")}this.xhTransReq.onreadystatechange=this.FetchNextTranslationCallback;this.xhTransReq.open("POST",BV.strBaseURL+"BV.asmx",true);this.xhTransReq.setRequestHeader("SOAPAction","http://translator.start.com/GetNextTranslationRequest");this.xhTransReq.setRequestHeader("Content-Type","text/xml; charset=utf-8");var strSoapEnvelope='<?xml version="1.0" encoding="utf-16"?>'+'<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">'+'<soap:Body><GetNextTranslationRequest xmlns="http://translator.start.com/">'+"<pageId>"+this.strPageID+"</pageId>"+"</GetNextTranslationRequest></soap:Body>"+"</soap:Envelope>";this.xhTransReq.send(strSoapEnvelope)};CTranslate.prototype.FetchNextTranslationCallback=function(){if(Translate.xhTransReq.readyState==4)if(Translate.xhTransReq.status==200)Translate.ProcessTranslationResponse();else BV.HideAnim()};CTranslate.prototype.ProcessTranslationResponse=function(){if(this.xhTransReq.responseXML==null)return;var elemSoapDoc=this.xhTransReq.responseXML,arStatus=elemSoapDoc.getElementsByTagName("status");if(arStatus.length!=1)return;var iStatus=parseInt(Util.MSIE?arStatus[0].text:arStatus[0].textContent,10),arRequestId=elemSoapDoc.getElementsByTagName("requestId");if(arRequestId.length!=1)return;var iRequestId=parseInt(Util.MSIE?arRequestId[0].text:arRequestId[0].textContent,10);if(iRequestId>=0&&(iStatus==0||iStatus==1)){var arTranslatedStrings=elemSoapDoc.getElementsByTagName("string");for(i=0;i<arTranslatedStrings.length;i++){var strId="TR_"+iRequestId+"_"+i;this.htElementsToUpdate[strId]=Util.MSIE?arTranslatedStrings[i].text:arTranslatedStrings[i].textContent;if(Util.MSIE){var iIdx=arTranslatedStrings[i].xml.indexOf("</");if(arTranslatedStrings[i].xml.substring(iIdx-1,iIdx)==" ")this.htElementsToUpdate[strId]+=" "}}}if(iStatus==0||iStatus==-2)setTimeout("Translate.FetchNextTranslation();",10);else if(iStatus==1)this.bTransComplete=true;else BV.HideAnim();if(!this.bUpdateRunning){this.bUpdateRunning=true;setTimeout("Translate.UpdateElements();",20)}};CTranslate.prototype.UpdateElements=function(){for(var strId in this.htElementsToUpdate){if(strId.substring(0,3)!="TR_")continue;try{if(this.htElementsToUpdate[strId]!=null&&this.htElementsToUpdate[strId]!=""){var elemTgt;if(BV.elemFrmTgt.contentWindow.htTRIDs[strId]!=null)elemTgt=BV.elemFrmTgt.contentWindow.document.getElementById(BV.elemFrmTgt.contentWindow.htTRIDs[strId]);else elemTgt=BV.elemFrmTgt.contentWindow.document.getElementById(strId);if(elemTgt!=null)elemTgt.innerHTML=this.htElementsToUpdate[strId];this.iChunksTranslated++}}catch(err){}delete this.htElementsToUpdate[strId];setTimeout("Translate.UpdateElements();",10);return}this.bUpdateRunning=false;if(this.bTransComplete)BV.HideAnim()};var Util=new CUtil;function CUtil(){var agent=navigator.userAgent.toLowerCase();this.MSIE=agent.indexOf("msie")!=-1&&agent.indexOf("opera")==-1;this.MSIE6=this.MSIE&&agent.indexOf("msie 6.")!=-1;this.MSIE7=this.MSIE&&agent.indexOf("msie 7.")!=-1;this.FIREFOX=agent.indexOf("firefox")!=-1;this.SAFARI=agent.indexOf("applewebkit")!=-1;return this}CUtil.prototype.AddFavorites=function(){var strTitle=document.title,strUrl=window.location.href,s=s_gi(document.getElementById("OmnitureAccount").getAttribute("CONTENT"));s.tl(this,"o","Add_to_Favorites");if(this.FIREFOX)window.sidebar.addPanel(strTitle,strUrl,"");else window.external.AddFavorite(strUrl,strTitle)};CUtil.prototype.SetCookie=function(strCookieName,strCookieValue,bPersist){document.cookie=strCookieName+"="+strCookieValue+(bPersist?"; expires=Sun, 01-Jan-2040 01:01:01 GMT; path=/":"")};CUtil.prototype.GetCookie=function(strCookieName){var rgxCookieValue=eval("document.cookie.match(/"+strCookieName+"s*=([^;]*)(;|$)/);");if(rgxCookieValue!=null)return rgxCookieValue[1];else return null};CUtil.prototype.AddEvent=function(elem,strEvent,fnctPtr){if(elem.addEventListener)elem.addEventListener(strEvent,fnctPtr,false);else if(elem.attachEvent)elem.attachEvent("on"+strEvent,fnctPtr)};CUtil.prototype.AbsXPos=function(elem){return elem.offsetLeft+(elem.offsetParent!=null?this.AbsXPos(elem.offsetParent):0)};CUtil.prototype.AbsYPos=function(elem){return elem.offsetTop+(elem.offsetParent!=null?this.AbsYPos(elem.offsetParent):0)};CUtil.prototype.SetDDLByVal=function(value,elemDDL){for(var i=0;i<elemDDL.options.length;i++)if(elemDDL.options[i].value==value){elemDDL.options[i].selected=true;return}};CUtil.prototype.GetElement=function(id){if(arguments.length<=0)return null;if(document.getElementById)return document.getElementById(id);else if(document.all)return document.all(id);else if(document.layers)return window.document.layers[id];else return null};CUtil.prototype.GetStyleObject=function(objectId){if(document.getElementById&&document.getElementById(objectId))return document.getElementById(objectId).style;else if(document.all&&document.all(objectId))return document.all(objectId).style;else if(document.layers&&document.layers[objectId])return document.layers[objectId];else return false};CUtil.prototype.GetUrlParameter=function(InUrl,InParamName){InParamName=InParamName.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]");var Pattern="[\\?&]"+InParamName+"=([^&#]*)",Regex=new RegExp(Pattern,"i"),Results=Regex.exec(InUrl);if(Results==null)return null;else return Results[1]}