function ApplicationLinks(A){this.isGES=true;this.isComergent=false;this.isLoggedIn=false;this.isCSR=false;this.wcmServer="";this.protocol="";this.showcart=A;this.init(getCookie("CK_CUSTOMER_INFO"))}ApplicationLinks.prototype.init=function(B){var A="comergent";A=this.getIsGESOrComergent(B);if(A!=null&&A=="comergent"){this.isComergent=true;this.isGES=false}else{this.isGES=true;this.isComergent=false}this.isLoggedIn=getIsLoggedIn();this.protocol=document.location.toString().indexOf("https://")!=-1?"https://":"http://";this.wcmServer=this.protocol+environmentURL.WCMSERVER;if(this.showcart&&typeof miniCartNoLoad==="undefined"){this.setCartScript()}else{if(typeof miniCartNoLoad==="boolean"&&miniCartNoLoad===true){}}$("#nav a").click(function(){var D="";var C=$(this).parent();while(C.length>0&&$(C).attr("id").indexOf("nav")==-1){if($(C).attr("tagName")=="LI"){if(D!=""){D=$(C).children("a").text()+" > "+D}else{D=$(C).children("a").text()}}C=$(C).parent()}s.prop19=D;s.eVar19=D})};ApplicationLinks.prototype.getIsGESOrComergent=function(D){var E="comergent";if(isGesIsoCode()){E="ges"}else{if(D!=null&&D!=""){var C=D.split(";");for(var B=0;B<C.length;B++){if(C[B].indexOf("displayType")!=-1){value_ary=C[B].split(":");if(value_ary.length==2&&value_ary[1]!=null){var A=value_ary[1];if(A=="scms"){E="ges"}else{if(A.indexOf("cmgt")!=-1){E="comergent"}else{E="ges"}}if(A.indexOf("csr")!=-1){this.isCSR=true}}}}}}return E};function getIsLoggedIn(){try{var C=getCookie("CMGT_STATUS");var A=getCookie("CK_CUSTOMER_INFO");if(A==""||getUserLogin(A)==null||getUserLogin(A)==""){if(C!=""&&(C=="y"||C=="Y")){return true}else{return false}}else{return true}}catch(B){return false}}function getIsB2B(){var D=getCookie("CK_CUSTOMER_INFO");var C=D.split(";");for(var B=0;B<C.length;B++){if(C[B].indexOf("displayType")!=-1){value_ary=C[B].split(":");if(value_ary.length==2&&value_ary[1]!=null){var A=value_ary[1];if(A.indexOf("b2b")!=-1&&A.indexOf("cmgt")!=-1){return true}else{return false}}}}return false}function getIsB2BCustomerType(){var D=getCookie("CK_CUSTOMER_INFO");var C=D.split(";");for(var B=0;B<C.length;B++){if(C[B].indexOf("customerType")!=-1){value_ary=C[B].split(":");if(value_ary.length==2&&value_ary[1]!=null){var A=value_ary[1];if(A=="B2B"||A=="b2b"){return true}else{return false}}}}return false}function getDisplayType(){var D=getCookie("CK_CUSTOMER_INFO");var C=D.split(";");for(var B=0;B<C.length;B++){if(C[B].indexOf("displayType")!=-1){value_ary=C[B].split(":");if(value_ary.length==2&&value_ary[1]!=null){var A=value_ary[1];return A}}}return false}function getUserCustomerType(){var D=getCookie("CK_CUSTOMER_INFO");var C=D.split(";");for(var B=0;B<C.length;B++){if(C[B].indexOf("customerType")!=-1){value_ary=C[B].split(":");if(value_ary.length==2&&value_ary[1]!=null){var A=value_ary[1];return A}}}return false}ApplicationLinks.prototype.setCartScript=function(){var B=this.wcmServer+"/shared-static/scripts/";var A=document.createElement("script");A.type="text/javascript";if(this.isComergent){B+="minicart.js";A.src=B}else{B+="addtocart.js";A.src=B}if(displayCart==true){if(this.isGES&&isComergentPageUrl(document.location.toString())){}else{document.getElementsByTagName("head").item(0).appendChild(A)}}};ApplicationLinks.prototype.setGlobalQuickLinks=function(){if(this.isComergent){this.getComergentTopLinks()}else{this.getGESTopLinks()}};ApplicationLinks.prototype.setCartLinks=function(){if(this.isComergent){this.getComergentCartLinks()}else{this.getGESCartLinks()}if(hideEcommerce()){$("#miniCartSummary").hide();$("#my-account").hide();$("#order-status").hide();$("#quick-order").hide()}};ApplicationLinks.prototype.getComergentCartLinks=function(){var A="0";var B="";if(getCookie("MiniCartTotalItems")!=""){A=getCookie("MiniCartTotalItems")}if(getCookie("CartKey")!=""){B=getCookie("CartKey")}if(document.URL.indexOf("cmd=ConfiguratorPunchIn")==-1&&document.URL.indexOf("cmd=ConfigureRNASingleTube")==-1&&document.URL.indexOf("cmd=ConfigureDNASingleTube")==-1&&document.URL.indexOf("cmd=ConfiguratorPunchOut")==-1&&document.URL.indexOf("cmd=configure")==-1&&document.URL.indexOf("#oc")==-1){if(A!="0"){showViewCart()}else{hideViewCart()}}$("#viewCartLink").attr("href","javascript:void(0);");$("#miniCartHeaderTotalItems").empty();$("#miniCartHeaderTotalItems").append(A)};ApplicationLinks.prototype.getGESCartLinks=function(){var A="0";if(getCookie("CK_CART_INFO")!=""&&getCookie("CK_CART_INFO")!=null){A=getCartItems(getCookie("CK_CART_INFO"))}if(getIsB2BCustomerType()&&getDisplayType()=="b2c"){$("#checkOutLink").hide()}else{$("#checkOutLink").show()}$("#checkOutLink").attr("href",environmentURL.GESSECURE+"/index.cfm?fuseaction=orderComplete.home");$("#viewCartLink").attr("href",environmentURL.GESSECURE+"/index.cfm?fuseaction=orderAssemble.viewCart&");$("#miniCartHeaderTotalItems").empty();$("#miniCartHeaderTotalItems").append(A)};ApplicationLinks.prototype.getComergentTopLinks=function(){if(this.isCSR&&isDayPageUrl(document.location.toString())){$("#myAccountLink").attr("href",environmentURL.COMERGENTSERVERSECURE+localizedLink.MY_ACCOUNT_LINK_CSR);$("#myAccountLink").empty();$("#myAccountLink").text("CSR Homepage");$("#quickOrderLink").attr("href",environmentURL.COMERGENTSERVERSECURE+localizedLink.QUICK_ORDER_ANONYMOUS);$("#order-status").hide()}else{if(getIsB2B()){$("#myAccountLink").attr("href",environmentURL.COMERGENTSERVERSECURE+localizedLink.MY_ACCOUNT_LINK_B2B);$("#orderStatusLink").attr("href",environmentURL.COMERGENTSERVERSECURE+localizedLink.ORDER_STATUS_LINK_B2B)}else{$("#myAccountLink").attr("href",environmentURL.COMERGENTSERVERSECURE+localizedLink.MY_ACCOUNT_LINK);$("#orderStatusLink").attr("href",environmentURL.COMERGENTSERVERSECURE+localizedLink.ORDER_STATUS_LINK)}$("#quickOrderLink").attr("href",environmentURL.COMERGENTSERVERSECURE+localizedLink.QUICK_ORDER_ANONYMOUS);if(!this.isLoggedIn){$("#my-account").hide();$("#order-status").hide()}}};ApplicationLinks.prototype.getGESTopLinks=function(){$("#myAccountLink").attr("href",environmentURL.GESSECURE+"/index.cfm?fuseaction=customerMaintenance.home");$("#orderStatusLink").attr("href",environmentURL.GESSECURE+"/index.cfm?fuseaction=orderHistory.home");$("#quickOrderLink").attr("href",environmentURL.COMERGENTSERVERSECURE+localizedLink.QUICK_ORDER_ANONYMOUS);if(!this.isLoggedIn){$("#my-account").hide();$("#order-status").hide()}};function getCartItemsCount(){var A="0";if(this.isComergent){A=this.getComergentCartItems()}else{A=this.getGESCartItems()}return A}function getComergentCartItems(){var A="0";if(getCookie("MiniCartTotalItems")!=""){A=getCookie("MiniCartTotalItems")}return A}function getGESCartItems(){var A="0";if(getCookie("CK_CART_INFO")!=""&&getCookie("CK_CART_INFO")!=null){A=getCartItems(getCookie("CK_CART_INFO"))}return A}function isGesIsoCode(){var A=getUserCountryCode();var B=environmentURL.GESISOCODES;var D=B.split(",");if(A!=""){for(var C=0;C<D.length;C++){if(D[C]==A){return true}}}return false}ApplicationLinks.prototype.setCloseSessionLink=function(){document.body.style.background="none";$("#miniCartContainer").css("top","-60px");if(this.isComergent){this.getComergentCloseSessionLink()}else{this.getGESCloseSessionLink()}};ApplicationLinks.prototype.getComergentCloseSessionLink=function(){$("#closeSessionLink").attr("href",environmentURL.COMERGENTSERVERSECURE+localizedLink.COMERGENT_CLOSE_SESSION_LINK)};ApplicationLinks.prototype.getGESCloseSessionLink=function(){$("#closeSessionLink").attr("href",environmentURL.GESSECURE+"/index.cfm?fuseaction=gesb2b.submitOrderMsg&closeSession=true&landingPage=true")};function hideViewCart(){}function showViewCart(){var A="";if(getCookie("CartKey")!=""){A=getCookie("CartKey")}if(A!=""){if(getIsB2BCustomerType()&&getDisplayType()=="b2c"){$("#checkOutLink").hide()}else{$("#checkOutLink").unbind("click");$("#checkOutLink").click(function(){var B=$("#checkOutLink").attr("href");$("#checkOutLink").attr("href","javascript:void(0);");setTimeout(function(){window.location=B},0)});$("#checkOutLink").show()}}$("#viewMiniCart").unbind("click");$("#viewMiniCart").click(function(){miniCart.showCart();var B=s_gi(environmentURL.OMINITUREENV);B.events="scView";return false})}function hideEcommerce(){var A=getUserCountryCode();var C=environmentURL.NOECOMMERCECODES;var B=C.split(",");if(A!=""&&A!=undefined){for(var D=0;D<B.length;D++){if(B[D]==A){return true}}}return false}$(function(){var A=document.location.toString().indexOf("https://")!=-1?"https://":"http://";if(getIsB2B()||getIsB2BCustomerType()){$("#register-link").attr("href",A+environmentURL.WCMSERVER+"/site/us/en/home/support/order-support.html")}else{$("#register-link").attr("href",environmentURL.COMERGENTSERVERSECURE+"/ivgn/en/US/adirect/invitrogen?cmd=FullRegistrationData&GroupKey=103&Command=updateExecute&anonymousHomePageMsg=OnlineOrderingPageDisplay")}});$(function(){});$(function(){$("a.externalLink").click(function(){if(getIsB2B()||getIsB2BCustomerType()){tb_show("External Link","#TB_inline?height=270&amp;width=467&amp;inlineId=externalLinkModal&amp;modal=true");$("#TB_ajaxContent .modalButtons a.yes").attr("href",$(this).attr("href"));$("#TB_ajaxContent .modalButtons a.yes").attr("target","_blank");$("#TB_ajaxContent .modalButtons a.yes").click(function(){tb_remove()});return false}})});$(function(){$("a.searchResultsLinksID").click(function(){searchSuccessOmniture(this,this.href)});$("li.searchResultsLinksID a").click(function(){searchSuccessOmniture(this,this.href)});$("a.relatedTopicsLinksID").click(function(){relatedTopicsOmniture(this,this.href)})});function trackSearchSuccess(){$("a.searchResultsLinksID").click(function(){searchSuccessOmniture(this,this.href)});$("#MSDSResultsID a").each(function(){if($(this).attr("tagName")=="A"){$(this).click(function(){searchSuccessOmniture(this,this.href)})}})}function searchSuccessOmniture(A,C){var B=s_gi(environmentURL.OMINITUREENV);B.linkTrackVars="events,evar14";B.linkTrackEvents="event14";B.events="event14";B.evar14="Search Results";B.prop14="Search Results";B.prop48=getURLPath(C);B.tl(A,"o","Search Success")}function relatedTopicsOmniture(A,C){var B=s_gi(environmentURL.OMINITUREENV);B.linkTrackVars="evar15, events";B.linkTrackEvents="events";B.events="event14";B.evar15="Related Topics";B.prop15="Related Topics";B.prop48=getURLPath(C);B.tl(A,"o","Search Success")}function pageUtilityOmnitureCq4(D,C,A){var B=s_gi(environmentURL.OMINITUREENV);B.linkTrackEvents=C;B.linkTrackVars="events";B.events=C;B.tl(D,"o",A);return false}function getURLPath(B){var A="";if(B.indexOf("http://")!=-1){A=B.substring(7)}else{if(B.indexOf("https://")!=-1){A=B.substring(8)}}return A.substring(A.indexOf("/"))}function updateHeaderInfo(){var E=getUserCountryCode();var D,C,A;D=getCountryIcon();C=getCountryPhone();A=getCountryHeaderName();var B=getCountrySupportHours();$("#country").empty();$("#country").append('<img height="11" width="16" src="'+D+'" alt="'+A+'" id="worldwide" />');$("#country").append(" "+A);$("#eight00").empty();$("#eight00").append(C);$("#hcphone").empty();$("#hcphone").append(C);$("#hcSupportHours").empty();$("#hcSupportHours").append(B)}function isEUCountry(){var B=false;var D=getCookie("CK_ISO_CODE");var A=["at","bh","be","hr","cy","cz","dk","eg","ee","fi","fr","fx","de","gr","hu","is","ie","il","it","jo","ke","kw","lv","lb","lt","mt","mu","nl","no","om","pl","pt","qa","ro","ru","sa","si","za","es","se","ch","tn","tr","ae","uk"];for(var C=0;C<A.length;C++){if(A[C]==D){B=true}}return B}function updateScmsCmgtLogo(){if(getDisplayType()=="cmgtsc"||(getIsB2B()==true&&getCookie("IsSCUser")=="1")){var A=document.location.toString().indexOf("https://")!=-1?"https://":"http://";if(getCookie("scShipType")=="SC"||getCookie("scShipType")=="sc"){if(isEUCountry()){$("div.logo #logo").attr("src",A+environmentURL.WCMSERVER+"/shared-static/images/header/supplyCenterByInvitrogen-EU.png")}else{$("div.logo #logo").attr("src",A+environmentURL.WCMSERVER+"/shared-static/images/header/supplyCenterByInvitrogen.png")}}if(getCookie("scStartPage")=="1"||getCookie("scStartPage")=="0"){$("div.logo a").attr("href",environmentURL.GESSECURE+"/index.cfm?fuseaction=customerSite.schome")}}}$(document).ready(function(){updateHeaderInfo()});
