
   if(!dbugScripts("download",["download.tron.techtracker.js"])) {
   /*	download.tron.techtracker.js - packed	*/
       var FormRecycler={Base:new Class({Implements:[Options,Events],options:{clone:false,findLocalData:$lambda({}),resetOnMove:true,resetOnHide:false},initialize:function(B,A){this.setOptions(A);this.shell=(this.options.clone)?$(B).clone():$(B);this.form=(this.shell.get("tag")=="form")?this.shell:this.shell.getElement("form");if(!this.form){return null;}this.findLocalData=this.options.findLocalData;this.form.store("mobileForm",this);this.fireEvent("onInitialize");return this;},relocateForm:function(A){this.removeLocalParams();if(this.options.resetOnMove){this.form.reset();this.fireEvent("onReset");}this.setLocalData(this.findLocalData(A));this.fireEvent("onRelocate",A);},removeLocalParams:function(){this.form.getElements("input").each(function(A){if(A.getProperty("local")){A.dispose();}});},setLocalData:function(A){if(!A||$type(A)!="object"){return null;}$each(A,function(C,B){new Element("input",{type:"hidden",name:B,value:C,local:"true"}).inject(this.form);},this);},move:function(A){A=$(A);if(!A){return false;}this.relocateForm(A);return A;},toElement:function(){return this.shell;}})};$extend(FormRecycler,{Inline:new Class({Extends:FormRecycler.Base,Implements:Chain,options:{hideFormsInParent:true,revealOptions:{},firstParent:null},initialize:function(B,A){A=$merge(this.options,A||{});this.parent(B,A);this.form.store("mobileForm",this);this.currentParent=$(this.options.firstParent)||null;this.shell.set("reveal",$merge(this.options.revealOptions,{onComplete:this.callChain.bind(this)}));return this;},relocateForm:function(A){this.parent(A);A.adopt(this.shell);this.currentParent=A;this.callChain();},move:function(A){this.clearChain();A=$(A);if(!A){return ;}if(this.currentParent==A){if(this.options.hideFormsInParent){this.hideOthers();}this.shell.get("reveal").toggle();return ;}this.chain(this.relocateForm.pass(A,this),this.show.bind(this));this.hide();},show:function(){if(this.shell.get("reveal").hiding){this.show.delay(10,this);return ;}if(this.options.hideFormsInParent){this.hideOthers();}this.shell.reveal();this.fireEvent("onShow");},hideOthers:function(){this.currentParent.getElements("form").each(function(A){try{if(A!=this.form){A.retrieve("mobileForm").toElement().dissolve();}}catch(B){dbug.log(B);}});},hide:function(){this.shell.dissolve();this.fireEvent("onHide");}}),GlobalModal:new Class({Extends:FormRecycler.Base,options:{modalOptions:{}},initialize:function(B,A){A=$merge(this.options,A||{});this.parent(B,A);try{this.modal=new GlobalModal($merge(this.options.modalOptions||{},{content:this.shell}));}catch(C){dbug.log("Modal failure: %o",C);}},move:function(A){A=this.parent(A);if(!A){return false;}this.show();},show:function(){this.modal.show();this.fireEvent("onShow");},hide:function(){this.modal.hide();this.fireEvent("onHide");}})});if(!UserVars.isLoggedIn()){CURS.Manager.addEvent("onLogin",function(){window.location.href=CURS.getRefreshPath();});}function onImgError(A){A.src="http://i.i.com.com/cnwk.1d/i/tron/download/blank.gif";A.width="32";A.height="32";A.onerror="";return true;}function hide(A){A=$(A);if(A.getStyle("display")=="block"){A.setStyle("display","none");}}var contactForm;var AlertHandler=new Class({Implements:Options,options:{triggerPopup:"alertPrefsPopupLink",triggerAllAlerts:".allAlerts",triggerSingleAlert:".singleAlert"},initialize:function(C,B){dbug.log("AlertHandler initializing...");var A=new GlobalModal({content:$("alertPrefs"),onInit:this.updateGlobalPrefs()});this.triggerPop=$(this.options.triggerPopup);this.triggerPop.addEvent("click",A.show.bind(A));this.triggerAll=$$(this.options.triggerAllAlerts);this.triggerAll.each(function(D){D.addEvent("click",this.updateAllAlerts.pass(D,this));}.bind(this));this.triggerSingle=$$(this.options.triggerSingleAlert);this.triggerSingle.each(function(D){D.addEvent("click",this.updateSingleAlert.pass(D,this));}.bind(this));},updateSingleAlert:function(B){this.updateGlobalPrefs();var C=B.getParent("div.product").getProperty("entry");var A=(B.value=="YES_ALERT")?"turnOn":"turnOff";new Request({method:"post",url:"3452-1_1-0.html?action=setSingleAlert&onOffSelector="+A+"&entryId="+C}).send();},updateGlobalPrefs:function(){var A=$E(".settingsRadio input[value=YES_ALERT]").checked;var B=true;$$(".settingsRadio input[value=YES_ALERT]").each(function(C){if(C.checked!=A){B=false;}});if(B&&A){document.getElementById("allAlertsOn").checked=true;}else{if(B&&!A){document.getElementById("allAlertsOff").checked=true;}else{document.getElementById("allAlertsManual").checked=true;}}},updateAllAlerts:function(D){var B=D.get("value");if(B!="MANUAL"){var A=(B=="YES_ALL");var C=document.getElement("div.softwareListHead").getProperty("mid");if(A){$$(".settingsRadio input[value=YES_ALERT]").each(function(E){E.checked=true;});}else{$$(".settingsRadio input[value=NO_ALERT]").each(function(E){E.checked=true;});}new Request({method:"post",url:"3452-1_1-0.html?action=setAllAlerts&machineId="+C+"&alertAllSelector="+A}).send();}}});try{if(PageVars.get("pageType")=="3451"&&!Browser.getQueryStringValue("ms")){if(Browser.getQueryStringValue("mid")){var name="TT_DefaultMachine";var host=document.location.hostname.split(".");host=host[host.length-2]+"."+host[host.length-1];var trash=new Cookie(name);if(trash.read()!=null){trash.dispose();}trash=new Cookie(name,{domain:host});if(trash.read()!=null){trash.dispose();}trash=new Cookie(name,{path:"/"});if(trash.read()!=null){trash.dispose();}trash=new Cookie(name,{domain:host,path:"/"});if(trash.read()!=null){trash.dispose();}Cookie.write(name,Browser.getQueryStringValue("mid"),{duration:9999,domain:host,path:"/"});}else{if(Cookie.read("TT_DefaultMachine")!=null){var refresh=new Link(location.href);refresh.mergeQueryString({mid:Cookie.read("TT_DefaultMachine")});location.href=refresh.get("href");}}}}catch(e){dbug.log("TT_DefaultMachine cookie read/write error: %o",e);}window.addEvent("domready",function(){try{contactForm=new FormRecycler.GlobalModal("feedbackForm",{findLocalData:function(I){var J={};J.entryId=I.getParent("div.product").getProperty("entry");return J;},onShow:function(){cnetToolTips.hide();var J=this.form.getElement(".errorMsg");var I=this.form.getElement(".errorMsgDesc");if(J){J.hide();}if(I){I.hide();}},onRelocate:function(L){var J=L.getParent("div.product");var K="Submit feedback for ";K+=J.getElement(".productTitle a").get("text");K+=" ";K+=J.getElement(".versionLatest p").get("text");var M=this.shell.getElement("h2");var I=M.getElement("a.closeModal").dispose();M.set("text",K).adopt(I);},onInitialize:function(){$("submitFeedback").addEvent("click",function(M){M.stop();var L=this.form.getElement(".errorMsg");var J=this.form.getElement(".errorMsgDesc");if(L){L.hide();}if(J){J.hide();}var I=true;var K=false;$$("#feedbackForm input[type=radio]").each(function(N){dbug.log("checking input");if(N.checked){I=false;if(N.value=="OTHER"&&$("feedbackDescription").value==""){K=true;}}});if(I&&L){L.setStyles({opacity:"0",display:"block"});L.morph({opacity:"1"});}else{if(K&&J){J.setStyles({opacity:"0",display:"block"});J.morph({opacity:"1"});}else{this.hide();new Request.HTML({onSuccess:function(){new GlobalModal({content:$("feedbackFormDone")}).show();}.bind(this)}).post("/3452-1_1-0.html?"+this.form.toQueryString());}}}.bind(this));}});$$(".feedback a").addEvent("click",function(I){I.stop();contactForm.move(I.target);});}catch(E){dbug.log("Feedback Form error: %o",E);}try{$$(".singleHidden").addEvent("change",function(){var J=this.getParent("div.product").getProperty("entry");var I=this.value;new Request({method:"post",url:"3452-1_1-0.html?action=setSingleHidden&entryId="+J+"&setting="+I}).send();});$$(".hideProdButton").addEvent("click",function(K){K.stop();var J=this.getParent("div.product").getProperty("entry");var I=this.getParent("div.expandHideProducts").getProperty("alert");new Request({method:"post",url:"3452-1_1-0.html?action=setSingleHidden&entryId="+J+"&setting=IGNORE",onSuccess:function(){if(I=="true"){new Request({method:"post",url:"3452-1_1-0.html?action=setSingleAlert&onOffSelector=turnOff&entryId="+J}).send();}window.location.href=CURS.getRefreshPath();}}).send();});$$(".skipProdButton").addEvent("click",function(K){K.stop();var J=this.getParent("div.product").getProperty("entry");var I=this.getParent("div.expandHideProducts").getProperty("alert");new Request({method:"post",url:"3452-1_1-0.html?action=setSingleHidden&entryId="+J+"&setting=SKIP_VERSION",onSuccess:function(){if(I=="true"){new Request({method:"post",url:"3452-1_1-0.html?action=setSingleAlert&onOffSelector=turnOff&entryId="+J}).send();}window.location.href=CURS.getRefreshPath();}}).send();});$$(".unhideProdButton").addEvent("click",function(J){J.stop();var I=this.getParent("div.product").getProperty("entry");new Request({method:"post",url:"3452-1_1-0.html?action=setSingleHidden&entryId="+I+"&setting=NORMAL",onSuccess:function(){window.location.href=CURS.getRefreshPath();}}).send();});$$(".unhideAllLink").addEvent("click",function(J){J.stop();var I=document.getElement("div.softwareListHead").getProperty("mid");new Request({method:"post",url:"3452-1_1-0.html?action=setAllHidden&machineId="+I,onSuccess:function(){window.location.href=CURS.getRefreshPath();}}).send();});}catch(E){dbug.log("Hiding error: %o",E);}if($defined($("unconfirmedAccountLink"))){var B=new GlobalModal({content:$("unconfirmedAccount")});$("unconfirmedAccountLink").addEvent("click",B.show.bind(B));}if($defined($("specPopupLink"))){var H=new GlobalModal({content:$("fullSpecs")});$("specPopupLink").addEvent("click",H.show.bind(H));}try{var A=new GlobalModal({content:$("changeComp"),onInit:function(){$$(".rmComp").addEvent("click",function(){A.hide();var I=this.getProperty("rmid");var J=this.getProperty("rmname");new GlobalModal({content:$("changeCompConf"),onInit:function(){if($defined($$("#changeCompConf p.remMsg"))){$$("#changeCompConf p.remMsg").dispose();}if($defined($$("#changeCompConf p.changeSure"))){$$("#changeCompConf p.changeSure").dispose();}var L=new Element("p",{"class":"remMsg"}).set("html",'Removing "'+J+'" from TechTracker means your system will no longer be scanned by TechTracker.  <b>The software for this computer will no longer be tracked.</b>');var K=new Element("p",{"class":"changeSure"}).set("html",'Are you sure you wish to remove "'+J+'"?');L.inject($("rmCompWrap"),"before");K.inject($("rmCompWrap"),"before");$("rmCompYes").addEvent("click",function(M){M.stop();this.hide();new Request.HTML({onSuccess:function(){if($defined($$("#changeCompDone p.doneMsg"))){$$("#changeCompDone p.doneMsg").dispose();}var R=new Element("p",{"class":"doneMsg"}).set("html",'<b>"'+J+'"</b> has been successfully removed from TechTracker.');R.inject($("returnTo"),"before");try{var N=$E(".loggedIn a.techtracker");if(N){N=N.retrieve("techtrackheader");}if(N){N.removeCookie.apply(N);}var P="TT_DefaultMachine";var Q=document.location.hostname.split(".");Q=Q[Q.length-2]+"."+Q[Q.length-1];if(Cookie.read(P)!=null){var O=new Cookie(P);if(O.read()!=null){O.dispose();}O=new Cookie(P,{domain:Q});if(O.read()!=null){O.dispose();}O=new Cookie(P,{path:"/"});if(O.read()!=null){O.dispose();}O=new Cookie(P,{domain:Q,path:"/"});if(O.read()!=null){O.dispose();}}}catch(S){dbug.log("TechTracker cookie removal issue: %o",S);}new GlobalModal({content:$("changeCompDone")}).show();}.bind(this)}).post("/3452-1_1-0.html?action=removeComputer&machineId="+I);}.bind(this));}}).show();});}});}catch(E){dbug.log("Remove computer error: %o",E);}if($defined($("machineSelect"))){try{var C=$$(".softwareCompInfo").getElement("select");C.addEvent("change",function(){var L=this.get("value");var J="";this.getElements("option").each(function(M){if(M.get("value")==L){J=M.getProperty("mid");}});var K=new Link(location.href);K.mergeQueryString({mid:J,ms:"true"});var I=K.getHrefObj();if(!$chk(I.hash)){K.set("hash","software");}location.href=K.get("href");});}catch(E){dbug.log("Error retrieving software: %o",E);}}try{if($defined($("alertPrefsPopupLink"))){new AlertHandler();}}catch(E){dbug.log("AlertHandler error: %o",E);}if($defined($("changeCompPopupLink"))){$("changeCompPopupLink").addEvent("click",A.show.bind(A));if(Browser.getQueryStringValue("changeComp")=="true"){A.show();}}if($defined($("newVersionDownload"))){var G=new GlobalModal({content:$("newVersionDownload")});G.show();}if($defined($$(".moreInfoButton"))&&$defined($$(".settingsButton"))){function F(){this.getParent(".product").setStyles({"padding-bottom":"0px",height:"150px","min-height":"156px"});this.getParent(".product").getElement(".productInfo").setStyles({height:"75px","min-height":"65px"});this.getParent(".product").getElement(".productInfoFullWrap").setStyles({height:"150px","min-height":"156px"});this.getParent(".product").getElement(".versionInstalled").setStyles({height:"146px","min-height":"152px"});this.getParent(".product").getElement(".versionLatest").setStyles({height:"146px","min-height":"152px"});this.getParent(".product").getElement(".statusInfo").setStyles({height:"146px","min-height":"152px"});}function D(){this.getParent(".product").setStyles({"padding-bottom":"5px",height:"78px","min-height":"78px"});this.getParent(".product").getElement(".productInfo").setStyles({height:"78px","min-height":"78px"});this.getParent(".product").getElement(".productInfoFullWrap").setStyles({height:"78px","min-height":"78px"});this.getParent(".product").getElement(".versionInstalled").setStyles({height:"78px","min-height":"78px"});this.getParent(".product").getElement(".versionLatest").setStyles({height:"78px","min-height":"78px"});this.getParent(".product").getElement(".statusInfo").setStyles({height:"78px","min-height":"78px"});}$$(".moreInfoButton").addEvent("click",function(){if(this.getParent(".moreInfo").hasClass("blueButton")){this.getParent(".moreInfo").removeClass("blueButton");this.setStyle("color","#1e5b7e");this.getParent(".productInfoFullWrap").getElement(".moreInfoExpanded").setStyle("display","none");var J=D.bind(this);J();}else{if(this.getParent(".additionalInfoButtons").getElement(".settings").hasClass("blue")){this.getParent(".additionalInfoButtons").getElement(".settings").removeClass("blue");this.getParent(".additionalInfoButtons").getElement(".settingsButton").setStyle("color","#1e5b7e");this.getParent(".productInfoFullWrap").getElement(".settingsExpanded").setStyle("display","none");}this.getParent(".moreInfo").addClass("blueButton");this.setStyle("color","#ffffff");this.getParent(".productInfoFullWrap").getElement(".moreInfoExpanded").setStyle("display","block");var I=F.bind(this);I();}});$$(".settingsButton").addEvent("click",function(){if(this.getParent(".settings").hasClass("blue")){this.getParent(".settings").removeClass("blue");this.setStyle("color","#1e5b7e");this.getParent(".productInfoFullWrap").getElement(".settingsExpanded").setStyle("display","none");var I=D.bind(this);I();}else{if(this.getParent(".additionalInfoButtons").getElement(".moreInfo").hasClass("blueButton")){this.getParent(".additionalInfoButtons").getElement(".moreInfo").removeClass("blueButton");this.getParent(".additionalInfoButtons").getElement(".moreInfoButton").setStyle("color","#1e5b7e");this.getParent(".productInfoFullWrap").getElement(".moreInfoExpanded").setStyle("display","none");}this.getParent(".settings").addClass("blue");this.setStyle("color","#ffffff");this.getParent(".productInfoFullWrap").getElement(".settingsExpanded").setStyle("display","block");var J=F.bind(this);J();}});}if($defined($("expandGoButton"))){$("expandGoButton").addEvent("click",function(L){L.stop();var J="TT_ExpandTab";var K=document.location.hostname.split(".");K=K[K.length-2]+"."+K[K.length-1];var I=new Cookie(J);if(I.read()!=null){I.dispose();}I=new Cookie(J,{domain:K});if(I.read()!=null){I.dispose();}I=new Cookie(J,{path:"/"});if(I.read()!=null){I.dispose();}I=new Cookie(J,{domain:K,path:"/"});if(I.read()!=null){I.dispose();}if(this.getParent(".expandOptions").getElement("select").get("value")=="moreInfoOption"){$$(".productInfoFullWrap").each(function(M){if(M.getElement(".settings").hasClass("blue")){M.getElement(".settings").removeClass("blue");M.getElement(".settingsButton").setStyle("color","#1e5b7e");M.getElement(".settingsExpanded").setStyle("display","none");}M.getElement(".moreInfo").addClass("blueButton");M.getElement(".moreInfoButton").setStyle("color","#ffffff");M.getElement(".moreInfoExpanded").setStyle("display","block");var N=F.bind(M);N();Cookie.write(J,"moreInfo",{domain:K,path:"/"});});}else{if(this.getParent(".expandOptions").getElement("select").get("value")=="settingsOption"){$$(".productInfoFullWrap").each(function(M){if(M.getElement(".moreInfo").hasClass("blueButton")){M.getElement(".moreInfo").removeClass("blueButton");M.getElement(".moreInfoButton").setStyle("color","#1e5b7e");M.getElement(".moreInfoExpanded").setStyle("display","none");}M.getElement(".settings").addClass("blue");M.getElement(".settingsButton").setStyle("color","#ffffff");M.getElement(".settingsExpanded").setStyle("display","block");var N=F.bind(M);N();Cookie.write(J,"settings",{domain:K,path:"/"});});}else{if(this.getParent(".expandOptions").getElement("select").get("value")=="closeAllOption"){$$(".productInfoFullWrap").each(function(M){if(M.getElement(".moreInfo").hasClass("blueButton")){M.getElement(".moreInfo").removeClass("blueButton");M.getElement(".moreInfoButton").setStyle("color","#1e5b7e");M.getElement(".moreInfoExpanded").setStyle("display","none");}if(M.getElement(".settings").hasClass("blue")){M.getElement(".settings").removeClass("blue");M.getElement(".settingsButton").setStyle("color","#1e5b7e");M.getElement(".settingsExpanded").setStyle("display","none");}var N=D.bind(M);N();});}}}});}if($defined($$(".contractMoreInfoBox"))&&$defined($$(".contractSettingsBox"))){$$(".contractMoreInfoBox").addEvent("click",function(J){J.stop();this.getParent(".productInfoFullWrap").getElement(".moreInfo").removeClass("blueButton");this.getParent(".productInfoFullWrap").getElement(".moreInfoButton").setStyle("color","#1e5b7e");this.getParent(".productInfoFullWrap").getElement(".moreInfoExpanded").setStyle("display","none");var I=D.bind(this);I();});$$(".contractSettingsBox").addEvent("click",function(J){J.stop();this.getParent(".productInfoFullWrap").getElement(".settings").removeClass("blue");this.getParent(".productInfoFullWrap").getElement(".settingsButton").setStyle("color","#1e5b7e");this.getParent(".productInfoFullWrap").getElement(".settingsExpanded").setStyle("display","none");var I=D.bind(this);I();});}if($defined($$(".clickToViewAll"))){$$(".clickToViewAll").addEvent("click",function(){$("hiddenWrap").setStyle("display","block");});$$(".closeHiddenList").addEvent("click",function(){$("hiddenWrap").setStyle("display","none");});}try{if(Cookie.read("TT_ExpandTab")!=null){if(Cookie.read("TT_ExpandTab")=="moreInfo"){$$(".productInfoFullWrap").each(function(I){if(I.getElement(".settings").hasClass("blue")){I.getElement(".settings").removeClass("blue");I.getElement(".settingsButton").setStyle("color","#1e5b7e");I.getElement(".settingsExpanded").setStyle("display","none");}I.getElement(".moreInfo").addClass("blueButton");I.getElement(".moreInfoButton").setStyle("color","#ffffff");I.getElement(".moreInfoExpanded").setStyle("display","block");var J=F.bind(I);J();});}else{if(Cookie.read("TT_ExpandTab")=="settings"){$$(".productInfoFullWrap").each(function(I){if(I.getElement(".moreInfo").hasClass("blueButton")){I.getElement(".moreInfo").removeClass("blueButton");I.getElement(".moreInfoButton").setStyle("color","#1e5b7e");I.getElement(".moreInfoExpanded").setStyle("display","none");}I.getElement(".settings").addClass("blue");I.getElement(".settingsButton").setStyle("color","#ffffff");I.getElement(".settingsExpanded").setStyle("display","block");var J=F.bind(I);J();});}}}}catch(E){dbug.log("Cookie retrieval error: %o",E);}});
   }
       