Replacement Infrared Cell for D-TEK Select Refrigerant Leak Detector (2024)

Replacement Infrared Cell for D-TEK Select Refrigerant Leak Detector (1) S2K Commerce - Products Dropdown

Actions

Replacement Infrared Cell for D-TEK Select Refrigerant Leak Detector (2) S2K Commerce - Shopping Cart

Actions

" }); var addToListTimer; var popUpDurationJS = 5000; var isAddingVisibleJS = false; var isAddedVisibleJS = true;connect.subscribe("Add_To_Cart", function(obj){var submit=false;var submitType;console.log("obj.items.length",obj.items.length);var items = json.toJson(obj.items);if(obj.items.length==1){if(!isNaN(obj.items[0].quantity) && obj.items[0].quantity>0){submit=true;submitType="single";}} else if(obj.items.length>1){submit=true;submitType="list";}if(submit){if(submitType=="single" && isAddingVisibleJS){displaySuccess(obj.items[0],"ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_addingDescription");addingToCart.startLoading();} else if(submitType=="list" && isAddingVisibleJS){console.log("display List");displaySuccessList(obj.items,"ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_addingDescription");addingToCart.startLoading();}xhr.get({ url: "p0/IZ7_JA82HK02LGUEA0A51JF8DB3G77=CZ6_EL9QHKG10GPM20IJGE61AK10O0=NJaddToCartAJAX=/", content:{"items":items, "sequenceNumber":'1', "currentUser":'anonymous', "sessionID":'null', "accountNumber":'0000001', "shipTo":'', "location":'0999', "minimumMultiple":'N', "imgPath":'https://marvel-b1-cdn.bc0a.com/f00000000243826/www.sidharvey.com/images/items/' }, load: function(data) { if (isAddingVisibleJS) addingToCart.endLoading(); var dataJSON = json.fromJson(data);console.log("load",data);console.log("data.success",dataJSON.success);console.log("data.errorMsg",dataJSON.errorMsg);if(dataJSON.itemsAdded.length>0){if(submitType=="single" && isAddedVisibleJS){displaySuccess(dataJSON.itemsAdded[0],"ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_shoppingCartTip");} else if(submitType=="list" && isAddedVisibleJS){displaySuccessList(dataJSON.itemsAdded,"ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_shoppingCartTip");}}if(dataJSON.itemsNotAdded.length>0){var msg = dataJSON.errorMsg;alert(msg);}displayQty(dataJSON);//obj.fields.forEach(function(widget,index,hash){//widget.set("value","");//}); }, error: function(error) { console.log("error",error); } });} else {alert("Quantities can only be numbers and greater than 0.");}});connect.subscribe("Quick_Add_Item_To_Cart", function(obj){console.log("Quick_Add_Item_To_List obj",obj);if (isAddingVisibleJS) {displaySuccessList(obj.items,"validating");addingToCart.startLoading();}var items = json.toJson(obj.items);console.log("items",items);xhr.get({ url: "p0/IZ7_JA82HK02LGUEA0A51JF8DB3G77=CZ6_EL9QHKG10GPM20IJGE61AK10O0=NJaddToCartAJAX=/", content:{"items":items, "quickAdd":true, "sequenceNumber":'1', "currentUser":'anonymous', "sessionID":'null', "accountNumber":'0000001', "shipTo":'', "location":'0999', "minimumMultiple":'N', "imgPath":'https://marvel-b1-cdn.bc0a.com/f00000000243826/www.sidharvey.com/images/items/' }, load: function(data) { if (isAddingVisibleJS) addingToCart.endLoading(); var dataJSON = json.fromJson(data); if(dataJSON.success && dataJSON.itemsAdded.length>0 && isAddedVisibleJS){displaySuccessList(dataJSON.itemsAdded,"ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_shoppingCartTip");}connect.publish("Build_Quick_Grid",dataJSON);displayQty(dataJSON); }, error: function(error) { console.log("error",error); } });});var displaySuccess = function(obj,cntHolder){console.log("displaySuccess obj",obj);if(cntHolder=="ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_shoppingCartTip"){popup.open({ popup: itemPreview, around: dom.byId("qtyCartItems") }); } domConstruct.empty(cntHolder);var container = domConstruct.create("div",{class:"itemSuccessContainer"},cntHolder);if(cntHolder=="ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_shoppingCartTip"){var addedMessage = domConstruct.create("div",{class:"addedMessage",innerHTML:"Item Added to Your Cart"},container);} else {var addingMessage = domConstruct.create("div",{class:"addedMessage",innerHTML:"Adding to Your Cart"},container);}var imageContainer = domConstruct.create("div",{class:"image"},container);var image = domConstruct.create("img",{src:obj.image},imageContainer); var infoCol = domConstruct.create("div",{class:"infoCol"},container); var description = domConstruct.create("div",{class:"description",innerHTML:obj.description},infoCol); var itemNum = obj.item; var itemNumber = domConstruct.create("div",{class:"itemNumber",innerHTML:"SKU: "+itemNum},infoCol); var priceBox = domConstruct.create("div",{class:"priceBox"},infoCol); var price = domConstruct.create("span",{class:"price",innerHTML:currency.format(obj.price, {currency: "USD", places: 2})},priceBox);var uom = domConstruct.create("span",{class:"uom",innerHTML:obj.uom},priceBox);if(cntHolder=="ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_shoppingCartTip"){var popupTimer = setTimeout(function(){popup.close(itemPreview);},popUpDurationJS);}};var displaySuccessList = function(obj,cntHolder){console.log("displaySuccessList obj",obj);console.log(cntHolder);if(cntHolder=="validating"){domConstruct.empty("ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_addingDescription");var container = domConstruct.create("div",{class:"itemSuccessContainer"},"ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_addingDescription");var addedMessage = domConstruct.create("div",{class:"addedMessage loading",innerHTML:"Validating Items"},container);} else {if(cntHolder=="ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_shoppingCartTip"){popup.open({ popup: itemPreview, around: dom.byId("qtyCartItems") }); } domConstruct.empty(cntHolder);var container = domConstruct.create("div",{class:"itemSuccessContainer"},cntHolder);if(cntHolder=="ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_shoppingCartTip"){var addedMessage = domConstruct.create("div",{class:"addedMessage",innerHTML:"The Following Items Were Added to Your Cart"},container);} else {var addingMessage = domConstruct.create("div",{class:"addedMessage",innerHTML:"The Following Items Are Being Added to Your Cart"},container);}var ol = domConstruct.create("ol",null,container);array.forEach(obj,function(entry,i){var li = domConstruct.create("li",{innerHTML:entry.description},ol);});if(cntHolder=="ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_shoppingCartTip"){var popupTimer = setTimeout(function(){popup.close(itemPreview);},popUpDurationJS);}}};var Overlay = declare(null, {overlayNode:null,constructor:function(){// save a reference to the overlaythis.overlayNode = dom.byId("ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_addingToCartOverlay");},startLoading:function(){console.log("this.overlayNode",this.overlayNode);domStyle.set(this.overlayNode,{display:"block",opacity:"1"});},// called to hide the loading overlayendLoading:function(){// fade the overlay gracefullyfx.fadeOut({node: this.overlayNode,onEnd: function(node){domStyle.set(node, 'display', 'none');}}).play();}});var clearNode = function(node){array.forEach(registry.findWidgets(node), function(w) {w.destroyRecursive();});domConstruct.empty(node);};var addingToCart = new Overlay();ready(function(){addingToCart.constructor();});var displayQty = function(dataJSON){if(dataJSON.cartQty>0){dom.byId("ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_itemsInCart").innerHTML=dataJSON.cartQty;domClass.add("ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_itemsInCart","display");var shoppingCartBar = query(".shoppingCartBar");domClass.add(shoppingCartBar[0],"itemsInCart");document.ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_cart.cartQty.value=dataJSON.cartQty;}if(dataJSON.cartQty>99){domClass.add("ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_itemsInCart","three_digit");}if(dataJSON.cartQty>999){domClass.add("ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_itemsInCart","four_digit");}};});var ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_viewCart = function(){window.location="/wps/portal/c/view-cart";};var ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_home = function(){window.location="/";};

",onHide: function(){this.destroyRecursive();} }); var container = dom.byId("ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_OrderGuideContent"); var heading = domConstruct.create("div",{"class":"heading",innerHTML:"New Supply List"},container); var newOrderGuide = domConstruct.create("div",{"class":"newOrderGuide"},container); var newOrderGuideName = domConstruct.create("div",{"class":"newOrderGuideName"},newOrderGuide); var placeHolder = domConstruct.create("input",null,newOrderGuideName); var orderGuideName = "WISHLIST"; var newOrderGuideNameField = new ValidationTextBox({ name:"newOrderGuideName",id:"newOrderGuideName",onKeyUp:function(){ console.log("newOrderGuideName",newOrderGuideNameField.get("value")); if (newOrderGuideNameField.get("value").trim() != "") { orderGuideName = newOrderGuideNameField.get("value"); } //obj.itemObject.orderGuideName = newOrderGuideNameField.get("value");} },placeHolder); var privateOrderGuide = domConstruct.create("div",{"class":"privateOrderGuide"},newOrderGuide); var placeHolder = domConstruct.create("input",null,privateOrderGuide); var privateCheckBox = new CheckBox({ name: "private", id: "private", value: "Y", checked: false }, placeHolder); var pl = domConstruct.create("label",{"for":"private",innerHTML:"Private"},privateOrderGuide); var clear = domConstruct.create("div",{"class":"clear"},newOrderGuide); if(allOrderGuides.length>0) { var existingOrderGuides = domConstruct.create("div",{"class":"existingOrderGuides"},container); var heading = domConstruct.create("div",{"class":"heading",innerHTML:"Existing Supply List"},existingOrderGuides);var guideList = domConstruct.create("div",{"class":"guideList"},existingOrderGuides);var ul = domConstruct.create("ul",null,guideList);allOrderGuides.forEach(function(orderGuide){ var isChecked = false; if(orderGuide.selected=="Y") { isChecked = true; } var disableGuide = false; var li = domConstruct.create("li",null,ul); var placeHolder = domConstruct.create("input",null,li); var ogCheckBox = new CheckBox({ name: "og_"+orderGuide.orderGuideNumber, id: "og_"+orderGuide.orderGuideNumber, value: "Y", checked: isChecked, onChange: function(){ if(this.checked) { orderGuide.selected="Y"; } else { orderGuide.selected="N"; } } }, placeHolder); dijit.byId("og_"+orderGuide.orderGuideNumber).attr("disabled",disableGuide); var ogl = domConstruct.create("label",{"for":"og_"+orderGuide.orderGuideNumber,innerHTML:orderGuide.orderGuideDescription},li); });var clear = domConstruct.create("div",{"class":"clear"},existingOrderGuides); } var buttonBar = domConstruct.create("div",{"class":"buttonBar"},container); var rightSpan = domConstruct.create("span",{"class":"right"},buttonBar); var placeHolder = domConstruct.create("button",null,rightSpan); var isPrivate = "N"; var submitButton = new Button({ label: "Update",onClick: function(){ if(dijit.byId("private").checked){ isPrivate = "Y"; } dojo.xhrPost({ url:"p0/IZ7_JA82HK02LGUEA0A51JF8DB3G77=CZ6_EL9QHKG10GPM20IJGE61AK10O0=NJupdateSupplyLists=/", content: { "itemsInCart":itemsInCart, "orderGuides":json.toJson(allOrderGuides), "privateFlag" : isPrivate, "configID":"1", "allowMultiple":true, "orderGuideName":orderGuideName, "sequenceNumber":'1', "currentUser":'anonymous', "sessionID":'null', "accountNumber":'0000001', "shipTo":'', "location":'0999' }, load: function(data) { ogDialog.hide(); ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_switchLocationYes(); var dataJSON = JSON.parse(data); if(dataJSON.status=="success"){alert("Success"); } else if(dataJSON.status=="failed"){alert("Supply List Additions Failed"); } else if(dataJSON.status=="noSession"){alert("No Session"); } }, error: function(error) { console.log("error",error); } }); } }, placeHolder); ogDialog.show(); }); }, error: function(error) { console.log("error",error); } }); }, error: function(error) { console.log("error",error); } });}function ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_showAlert(theAlert) {var theDiv;theDiv=document.getElementById(theAlert);theDiv.style.display="inline";//setTimeout(ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_saveBeforeSwitching(), 7000);}function ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_hideAlert(theAlert) {var theDiv;theDiv=document.getElementById(theAlert);theDiv.style.display="none";}function ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_SaveCart(){ var ok = alert("Item prices are not saved in the cart and will be updated to current pricing when this cart is used"); var el = dijit.byId("cartDescriptionBeforeSwitch"); var cartName = ""; var isPrivate = true; if (el.value != '') { cartName = el.value;if(dijit.byId("cartPrivatePopBeforeSwitch").checked){ isPrivate = true; } else { isPrivate = false; } ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_saveCartSubmit(cartName, isPrivate); } else { alert ('You must enter a name for your saved cart.'); }}function ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_SaveCart2(){ var ok = alert("Item prices are not saved in the cart and will be updated to current pricing when this cart is used"); var el = dijit.byId("cartDescriptionBeforeSwitch2"); var cartName = ""; var isPrivate = true; if (el.value != '') { cartName = el.value;if(dijit.byId("cartPrivatePopBeforeSwitch2").checked){ isPrivate = true; } else { isPrivate = false; } ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_saveCartSubmit(cartName, isPrivate); } else { alert ('You must enter a name for your saved cart.'); }}function ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_SaveCart3(){ var ok = alert("Item prices are not saved in the cart and will be updated to current pricing when this cart is used"); var el = dijit.byId("cartDescriptionBeforeSwitch3"); var cartName = ""; var isPrivate = true; if (el.value != '') { cartName = el.value;if(dijit.byId("cartPrivatePopBeforeSwitch3").checked){ isPrivate = true; } else { isPrivate = false; } ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_saveCartSubmit(cartName, isPrivate); } else { alert ('You must enter a name for your saved cart.'); }}function ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_SaveCart4(){ var ok = alert("Item prices are not saved in the cart and will be updated to current pricing when this cart is used"); var el = dijit.byId("cartDescriptionBeforeSwitch4"); var cartName = ""; var isPrivate = true; if (el.value != '') { cartName = el.value;if(dijit.byId("cartPrivatePopBeforeSwitch4").checked){ isPrivate = true; } else { isPrivate = false; } ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_saveCartSubmit(cartName, isPrivate); } else { alert ('You must enter a name for your saved cart.'); }}function ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_saveCartSubmit(cartName, isPrivate) { dojo.xhrPost({ url:"p0/IZ7_JA82HK02LGUEA0A51JF8DB3G77=CZ6_EL9QHKG10GPM20IJGE61AK10O0=NJsaveCart=/", content: { "cartDescription": cartName, "isPrivate": isPrivate, "sequenceNumber":'1', "currentUser":'anonymous', "sessionID":'null', "accountNumber":'0000001', "shipTo":'', "location":'0999' }, load: function(data) { var dataJSON = JSON.parse(data); if(dataJSON.status == "success") { alert("Cart Saved Successfully"); } else if (dataJSON.status == "failed") { alert("Cart Save Failed"); } ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_switchLocationYes(); }, error: function(error) { console.log("error",error); } });} var addToCartNow = function(itemNumber, qty, uom){var items = [{'itemNumber': itemNumber,'quantity': qty,'UOM': uom}];addItemsToCartNow(items);}var addToCartAJAXURL = 'p0/IZ7_JA82HK02LGUEA0A51JF8DB3G77=CZ6_EL9QHKG10GPM20IJGE61AK10O0=NJaddToCartAJAX=/';var addItemsToCartNow = function(items){var sItems = JSON.stringify(items);dojo.xhrPost({url:addToCartAJAXURL,handleAs:'json',content:{"items":sItems, "sequenceNumber":'1', "currentUser":'anonymous', "sessionID":'null', "accountNumber":'0000001', "shipTo":'', "location":'0999', "minimumMultiple":'N', "imgPath":'https://marvel-b1-cdn.bc0a.com/f00000000243826/www.sidharvey.com/images/items/' },load:function(result) { var cartQtyDiv = document.getElementById("qtyCartItems"); cartQtyDiv.innerHTML = result.cartCount +" Items"; if (result.message != '') alert(result.message); },error: function(err, ioArgs){ if (ioArgs.xhr.status == 200) { //The format of the error + response is HTML, so we are not receiving JSON data at this point. if (ioArgs.xhr.responseText.charAt(0) === '<') { //This likely means the portal is giving us a "Portal Session Expired" message. console.log('User has probably lost their portal session.'); } else { console.error('Unhandled error has occurred: ' + err); } } else { console.error("Error while trying AJAX from [addToCart()]: " + err); // display the error } }});};function ns_Z7_JA82HK02LGUEA0A51JF8DB3G77__submitForm(action, param){document.ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_cart.action = "p0/IZ7_JA82HK02LGUEA0A51JF8DB3G77=CZ6_EL9QHKG10GPM20IJGE61AK10O0=LA0=ES2KCommerceCartPortletCartSubmit!Main==/#Z7_JA82HK02LGUEA0A51JF8DB3G77";document.ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_cart.actionName.value = action;document.ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_cart.param.value = param;document.ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_cart.submit();}if(typeof s2kGeneralScripts=='undefined') {document.writeln("

");}else{}

Replacement Infrared Cell for D-TEK Select Refrigerant Leak Detector (3) S2K Commerce - Order Entry

Actions

Home>Instruments/Test Equip/Gauges>>Replacement Infrared Cell for D-TEK Select Refrigerant Leak Detector

"+data.itemNumber; }else {skuItemNumber.value = "";skuItemNumDiv.innerHTML = "";}var itemDescriptionDiv = document.getElementById("itemDescription");var itemDescription = "";if (data.errCode != 'N') {itemDescription = "

";}else {itemDescription = "

";}itemDescriptionDiv.innerHTML = itemDescription;};var umList;var umListValues;var ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_createSKUUnitOfMeasureDisplay = function(data,itemNumber){var uomDiv = document.getElementById("umContainer");if (dijit.byId(itemNumber+"UMDrop"))dijit.byId(itemNumber+"UMDrop").destroy();var UMDrop = document.getElementById(itemNumber+"UMDrop");if (UMDrop)dojo.destroy(UMDrop);UMDrop = dojo.doc.createElement('input');dojo.attr(UMDrop, {id: itemNumber+"UMDrop",name: itemNumber+"UMDrop",type: "hidden",value: "0"});if (data.errCode != 'A' && data.errCode != 'N' && !(data.errCode == 'R' && false)) {if (data.uomList != undefined && data.uomList.length>0){if (data.uomList.length>1){for (var i=0; i

0){qtyOne = data.customizationSetting[0].quantityOne;}newLastCartBoxDiv.className = "addToCart";var detailRow = document.createElement("div");detailRow.className = "detailRow quantity";var detailField = document.createElement("div");detailField.className = "detailField";if (qtyOne == 'N') {var label = document.createElement("div");label.innerHTML = "Quantity:";label.className = "label";detailField.appendChild(label);}var quantityDiv = document.createElement("div");quantityDiv.id = "quantityDiv";quantityDiv.className = "field itemQuantity";if (dijit.byId("itemDetailQty"))dijit.byId("itemDetailQty").destroy();var quantityInput = dojo.doc.createElement('input');if (qtyOne == 'N') {dojo.attr(quantityInput, {id: "itemDetailQty",name: itemNumber+idUoM,type: "text",maxlength: "7",dojoType: "dijit.form.ValidationTextBox",regExp:"^\\d+$",promptMessage: "Enter Quantity",invalidMessage: "Please use numbers only",trim: "true"});} else {dojo.attr(quantityInput, {id: "itemDetailQty",name: itemNumber+idUoM,type: "hidden",value: "1"});}quantityDiv.appendChild(quantityInput);detailField.appendChild(quantityDiv);detailRow.appendChild(detailField);newLastCartBoxDiv.appendChild(detailRow);var addToCartButtonDiv = document.createElement("div");addToCartButtonDiv.className = "addToCartButton";if (dijit.byId("addToCartButton"))dijit.byId("addToCartButton").destroy();var addToCartButton = dojo.doc.createElement('button');dojo.attr(addToCartButton, {id: "addToCartButton",value: "Add To Cart",type: "button",dojoType: "dijit.form.Button",onclick:"return ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_submitToCart_Button('itemDetailQty','"+data.minimum+"','"+data.multiple+"','"+addslashes(data.itemNumber)+"','"+itemNumber+"UoM')"});var spanIcon = document.createElement("span");spanIcon.className = "bIcon";var spanText = document.createElement("span");spanText.className = "bText";spanText.innerHTML = "Add To Cart";addToCartButton.appendChild(spanIcon);addToCartButton.appendChild(spanText);addToCartButtonDiv.appendChild(addToCartButton);newLastCartBoxDiv.appendChild(addToCartButtonDiv);}cartBoxDiv.replaceChild(newLastCartBoxDiv, lastCartBoxDiv);if (data.errCode != '')cartBoxDiv.style.width = "100%";dojo.parser.parse("cartBox");};var ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_createSKUPriceBreakDisplay = function(data){var priceBreaksDiv = document.getElementById("priceBreaks");priceBreaksDiv.innerHTML = "";if (data.uomList != undefined && data.uomList.length>0){for (var i=0; i0){var priceBreakDiv = dojo.doc.createElement('div');var pbClass = "hidePriceBreak";if (data.uomList.length==1)pbClass = "";dojo.attr(priceBreakDiv, {class: "vaiComponent shadow "+pbClass,id: "priceBreak_"+i});var titleDiv = dojo.doc.createElement('div');dojo.attr(titleDiv, {dojoType: "dijit.TitlePane",title: "Price Break for UM:"+data.uomList[i].uom});var gridContainerDiv = dojo.doc.createElement('div');dojo.attr(gridContainerDiv, {class: "gridContainer",});var loadMaskDiv = dojo.doc.createElement('div');dojo.attr(loadMaskDiv, {class: "loadMask",});var loadIconDiv = dojo.doc.createElement('div');dojo.attr(loadIconDiv, {class: "loadMask",});var ajaxLoaderImg = dojo.doc.createElement('img');dojo.attr(ajaxLoaderImg, {src: "https://marvel-b1-cdn.bc0a.com/f00000000243826/www.sidharvey.com/images/items/".concat('ajax-loader.gif'),border: "0"});var table = dojo.doc.createElement('table');dojo.attr(table, {class: "rowGroup",});var headerRow = dojo.doc.createElement('tr');dojo.attr(headerRow, {class: "headerRow",});var headerQtyCell = dojo.doc.createElement('td');dojo.attr(headerQtyCell, {class: "headerCell right",});headerQtyCell.innerHTML = "Quantity";var headerPriceCell = dojo.doc.createElement('td');dojo.attr(headerPriceCell, {class: "headerCell right",});headerPriceCell.innerHTML = "Price";headerRow.appendChild(headerQtyCell);headerRow.appendChild(headerPriceCell);table.appendChild(headerRow);for (var j=0; j0){if (data.customizationSetting[0].quantityOne == 'Y')isQtyOneItem = true;if (data.customizationSetting[0].personalization == 'Y' || data.customizationSetting[0].sizing == 'Y') {isCustomizable = true;itemCustomization.style.display = "block";displayTemplate.style.display = "block";if (data.customizationSetting[0].personalization == 'Y'){ptValues = data.ptValues;ptList = {"identifier":"id","label":"label","items":ptValues};var userSelect = false;if (data.customizationSetting[0].classRequired == "Y")userSelect = true;ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_buildPersonalizationTemplate(userSelect);}if (data.customizationSetting[0].sizing == 'Y'){stValues = data.stValues;stList = {"identifier":"id","label":"label","items":stValues};ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_buildSizingTemplate();}}}document.getElementById("d_712-701-G1QtyOneItem").value = isQtyOneItem;document.getElementById("d_712-701-G1Customizable").value = isCustomizable;};var ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_createSKUImageDisplay = function(data){var fullImage = "noImage.jpg";var fullImageText = '';var thumbImage = "noImage.jpg";var thumbImageAltText = '';ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_detailFullSizeImageLoadSource = "image";if (data.fullImage != '') fullImage = data.fullImage;if (data.thumbImage != '') thumbImage = data.thumbImage;if (data.fullImageAltText != '')fullImageText = data.fullImageAltText;elsefullImageText = data.itemNumber;if (data.thumbImageAltText != '')thumbImageAltText = data.thumbImageAltText;elsethumbImageAltText = data.itemNumber;ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_zoomCleanup();dojo.destroy("ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_FullImage");var overlayNode = dojo.byId("loadOverlay_full");dojo.style( overlayNode, {display: 'block',opacity: 1});var imgEle = dojo.doc.createElement('img');dojo.attr(imgEle, {src: "https://marvel-b1-cdn.bc0a.com/f00000000243826/www.sidharvey.com/images/items/".concat(fullImage),alt: fullImageText,imgType: "fullImage",itemprop: "image",id: "ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_FullImage",style: {width: "auto", height: "auto"},onload: "ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_itemDetail_loadedImage(this,'full')",onerror: "this.src='https://marvel-b1-cdn.bc0a.com/f00000000243826/www.sidharvey.com/images/items/noImage.jpg';ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_itemDetail_loadedImage(this,'full')"});ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_detailFullSizeImage = "https://marvel-b1-cdn.bc0a.com/f00000000243826/www.sidharvey.com/images/items/".concat(fullImage);dojo.place(imgEle, "ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_FullImageContainer", "first");dojo.destroy("ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_ThumbImageContainer");if (data.images != undefined && data.images.length>0){var imageDiv = dojo.doc.createElement('div');dojo.attr(imageDiv, {id: "ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_ThumbImageContainer",class: "imageThumbs"});var imageUI = dojo.doc.createElement('ul');dojo.attr(imageUI, {id: "imageUI",});var imageLI0 = dojo.doc.createElement('li');dojo.attr(imageLI0, {id: "thumbImage_0",class: "selected"});var overlayDiv0 = dojo.doc.createElement('div');dojo.attr(overlayDiv0, {id: "loadOverlay_0",class: "altImageLoadOverlay"});var a0 = dojo.doc.createElement('a'); dojo.attr(a0, {id: "a0",href: "javascript:ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_showImage('0','')"});var selectOverlayDiv0 = dojo.doc.createElement('div');dojo.attr(selectOverlayDiv0, {class: "selectOverlay"});var imgEle0 = dojo.doc.createElement('img');dojo.attr(imgEle0, {src: "https://marvel-b1-cdn.bc0a.com/f00000000243826/www.sidharvey.com/images/items/".concat(thumbImage),alt: thumbImageAltText,fullImage: "https://marvel-b1-cdn.bc0a.com/f00000000243826/www.sidharvey.com/images/items/".concat(fullImage),fullAltTxt: fullImageText,imgType: "thumbImage",onload: "ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_itemDetail_loadedImage(this,'0')",onerror: "this.src='https://marvel-b1-cdn.bc0a.com/f00000000243826/www.sidharvey.com/images/items/noImage.jpg';ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_itemDetail_loadedImage(this,'0')"});dojo.place(imageDiv, "itemImage");dojo.place(imageUI,"ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_ThumbImageContainer","first");dojo.place(imageLI0, "imageUI", "first");dojo.place(overlayDiv0,"thumbImage_0");dojo.place(a0, "thumbImage_0", "first");dojo.place(selectOverlayDiv0,"a0");dojo.place(imgEle0, "a0", "first");var youtubePath = "http://www.youtube.com/watch?v=";var vimeoPath = "http://vimeo.com/";var videoId = "";for (var i=0; i-1) {videoId = image.fullFileName.substring(youtubePath.length);var a = dojo.doc.createElement('a'); dojo.attr(a, {id: "a_"+(i+1),href: "javascript:ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_showVideo('"+(i+1)+"','youtube','')"});dojo.place(a, "thumbImage_"+(i+1), "first");dojo.place(selectOverlayDiv,"a_"+(i+1));var youtubeFrame = dojo.doc.createElement('img');dojo.attr(youtubeFrame, {src: "//img.youtube.com/vi/"+videoId+"/default.jpg",alt: image.thumbFileAltText,imgType: "thumbImage",videoID: videoId,onload: "ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_itemDetail_loadedImage(this,'"+(i+1)+"')",onerror: "ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_itemDetail_loadedImage(this,'"+(i+1)+"')"});dojo.place(youtubeFrame, "a_"+(i+1), "first");} else if(image.fullFileName.indexOf(vimeoPath)>-1) {videoId = image.fullFileName.substring(vimeoPath.length);var a = dojo.doc.createElement('a'); dojo.attr(a, {id: "a_"+(i+1),href: "javascript:ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_showVideo('"+(i+1)+"','vimeo','')"});dojo.place(a, "thumbImage_"+(i+1), "first");dojo.place(selectOverlayDiv,"a_"+(i+1));var imgEle = dojo.doc.createElement('img');dojo.attr(imgEle, {alt: image.thumbFileAltText,id: "vimeo-"+videoId,videoID: videoId,imgType: "thumbImage",onload: "ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_itemDetail_loadedImage(this,'"+(i+1)+"')",onerror: "this.src='https://marvel-b1-cdn.bc0a.com/f00000000243826/www.sidharvey.com/images/items/noImage.jpg';ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_itemDetail_loadedImage(this,'"+(i+1)+"')"});dojo.place(imgEle, "a_"+(i+1), "first");window['showThumbStyle_'+(i+1)]=function(vimeoData){dojo.byId("vimeo-"+vimeoData[0].id).src=vimeoData[0].thumbnail_medium;};require(["dojo/ready", "dojo/query", "dojo/dom-construct"],function(ready, query, domConstruct){var buildImage = function(){var url = "http://vimeo.com/api/v2/video/"+videoId+".json?callback=showThumbStyle_"+(i+1);var head = query("head");var script = domConstruct.create("script",{type:"text/javascript",src:url},head[0]);};ready(buildImage);});} else {var a = dojo.doc.createElement('a');dojo.attr(a, {id: "a_"+(i+1),href: "javascript:ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_showImage('"+(i+1)+"','')"});dojo.place(a, "thumbImage_"+(i+1), "first");dojo.place(selectOverlayDiv,"a_"+(i+1));var imgEle = dojo.doc.createElement('img');dojo.attr(imgEle, {src: "https://marvel-b1-cdn.bc0a.com/f00000000243826/www.sidharvey.com/images/items/".concat(image.thumbFileName),alt: image.thumbFileAltText,fullImage: "https://marvel-b1-cdn.bc0a.com/f00000000243826/www.sidharvey.com/images/items/".concat(image.fullFileName),fullAltTxt: image.fullFileAltText,imgType: "thumbImage",onload: "ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_itemDetail_loadedImage(this,'"+(i+1)+"')",onerror: "this.src='https://marvel-b1-cdn.bc0a.com/f00000000243826/www.sidharvey.com/images/items/noImage.jpg';ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_itemDetail_loadedImage(this,'"+(i+1)+"')"});dojo.place(imgEle, "a_"+(i+1), "first");}}}};var ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_createSKUTabs = function(data){if (data.extDescription != ''){if (!dijit.byId("OverViewTab")){var overview = new dijit.layout.ContentPane({ id:"OverViewTab", title:"Overview", content:""+data.extDescription+""});dijit.byId("TabContainer").addChild(overview,0);dijit.byId("TabContainer").selectChild(overview);}else{dijit.byId("OverViewTab").set("content",""+data.extDescription+"");dijit.byId("TabContainer").selectChild(dijit.byId("OverViewTab"));}}else{dijit.byId("OverViewTab").set("content","Inficon 712-701-G1 Replacement Infrared Cell for D-TEK Select Refrigerant,
,
");dijit.byId("TabContainer").selectChild(dijit.byId("OverViewTab"));}};var ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_createLightboxImages = function(data){require(["dojo/ready","dojo/dom-construct","dojo/dom-class","dojo/_base/array","dojo/query"], function(ready,domConstruct,domClass,array,query){var fullImage = "noImage.jpg";var fullImageText = '';var thumbImage = "noImage.jpg";var thumbImageAltText = '';if (data.fullImage != '') fullImage = data.fullImage;if (data.thumbImage != '') thumbImage = data.thumbImage;if (data.fullImageAltText != '')fullImageText = data.fullImageAltText;elsefullImageText = data.itemNumber;if (data.thumbImageAltText != '')thumbImageAltText = data.thumbImageAltText;elsethumbImageAltText = data.itemNumber;dojo.destroy("ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_FullImageContainerLB");dojo.destroy("ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_ThumbImageContainerLB");var fullImageContainer = domConstruct.create("div",{class:"image",id:"ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_FullImageContainerLB"},"ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_itemImageLB");var fullImage = domConstruct.create("img",{imgType:"fullImage",itemprop:"image",id:"ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_FullImageLB",src: "https://marvel-b1-cdn.bc0a.com/f00000000243826/www.sidharvey.com/images/items/"+fullImage,alt:fullImageText,onerror:"this.src='https://marvel-b1-cdn.bc0a.com/f00000000243826/www.sidharvey.com/images/items/noImage.jpg';"},fullImageContainer);var fullImageLoadOverlay = domConstruct.create("div",{id:"loadOverlayLB_full",class:"fullImageLoadOverlay"},fullImageContainer);var thumbImageContainer = domConstruct.create("div",{class:"imageThumbs",id:"ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_ThumbImageContainerLB"},"ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_itemImageLB");var ul = domConstruct.create("ul",null,thumbImageContainer);var youtubePath = "http://www.youtube.com/watch?v=";var vimeoPath = "http://vimeo.com/";var videoId = "";var li = domConstruct.create("li",{id:"thumbImageLB_0",class:"selected"},ul);var a = domConstruct.create("a",{href:"javascript:ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_showImage('0','LB')"},li);var thumbImage = domConstruct.create("img",{imgType:"thumbImage",fullImage:"https://marvel-b1-cdn.bc0a.com/f00000000243826/www.sidharvey.com/images/items/"+data.fullImage,fullAltTxt:data.fullImageAltText,src:"https://marvel-b1-cdn.bc0a.com/f00000000243826/www.sidharvey.com/images/items/"+data.thumbImage,alt:data.thumbImageAltText,onerror:"this.src='https://marvel-b1-cdn.bc0a.com/f00000000243826/www.sidharvey.com/images/items/noImage.jpg'"},a);var selectOverlay = domConstruct.create("div",{class:"selectOverlay"},a);array.forEach(data.images, function(entry, i){var image = data.images[i];var li = domConstruct.create("li",{id:"thumbImageLB_"+(i+1)},ul);if(entry.fullFileName.indexOf(youtubePath)>-1) {var videoId = entry.fullFileName.substring(youtubePath.length);a = domConstruct.create("a",{href:"javascript:ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_showVideo('"+(i+1)+"','youtube','LB')"},li);thumbImage = domConstruct.create("img",{imgType:"thumbImage",videoID: videoId,src: "//img.youtube.com/vi/"+videoId+"/default.jpg",alt:entry.thumbFileAltText},a);} else if(entry.fullFileName.indexOf(vimeoPath)>-1) {var videoId = entry.fullFileName.substring(vimeoPath.length);a = domConstruct.create("a",{href:"javascript:ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_showVideo('"+(i+1)+"','vimeo','LB')"},li);thumbImage = domConstruct.create("img",{imgType:"thumbImage",videoID: videoId,id:"vimeoLB-"+videoId,src: "https://marvel-b1-cdn.bc0a.com/f00000000243826/www.sidharvey.com/images/items/noImage.jpg",alt:entry.thumbFileAltText},a);window['showVimeoLBThumb_'+(i+1)]=function(vimeoData){dojo.byId("vimeoLB-"+vimeoData[0].id).src=vimeoData[0].thumbnail_medium;}; ready(function(){var url = "//vimeo.com/api/v2/video/"+videoId+".json?callback=showVimeoLBThumb_"+(i+1);var head = query("head");var script = domConstruct.create("script",{type:"text/javascript",src:url},head[0]);});} else {a = domConstruct.create("a",{href:"javascript:ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_showImage('"+(i+1)+"','LB')"},li);thumbImage = domConstruct.create("img",{imgType:"thumbImage",fullImage:"https://marvel-b1-cdn.bc0a.com/f00000000243826/www.sidharvey.com/images/items/"+entry.fullFileName,fullAltTxt:entry.fullFileAltText,src:"https://marvel-b1-cdn.bc0a.com/f00000000243826/www.sidharvey.com/images/items/"+entry.thumbFileName,alt:entry.thumbFileAltText,onerror:"this.src='https://marvel-b1-cdn.bc0a.com/f00000000243826/www.sidharvey.com/images/items/noImage.jpg'"},a);}var selectOverlay = domConstruct.create("div",{class:"selectOverlay"},a);var altImageLoadOverlay = domConstruct.create("div",{id:"loadOverlayLB_"+i,class:"altImageLoadOverlay"},li);});});};var ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_lightbox = function(){if(dojo.hasClass("ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_itemDetailLightbox","show")){dojo.removeClass("ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_itemDetailLightbox","show");} else {dojo.addClass("ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_itemDetailLightbox","show");}};dojo.addOnLoad(function(){placeComponents();ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_zoomInit();});ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_closeItemLocations = function() { var scrollDiv = document.getElementById("ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_locationStock"); scrollDiv.innerHTML = ""; document.getElementById("ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_itemLocations").style.display = 'none';}ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_showAllInventory = function(itemNumber) { var uomInputId = String(itemNumber + "UoM"); var uom = document.getElementById(uomInputId).value; dojo.xhrPost({url:'p0/IZ7_JA82HK02LGUEA0A51JF8DB3GN4=CZ6_EL9QHKG10GPM20IJGE61AK10O0=NJgetLocationsForSelectedItem=/',handleAs:'json',content:{ "itemNumber":itemNumber, "uom":uom},load:function(result) { var itemLocations = document.getElementById("ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_itemLocations"); itemLocations.style.display = "inline"; var scrollDiv = document.getElementById("ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_locationStock"); var innerDiv = document.createElement("div"); innerDiv.setAttribute("class", "vaiComponent shadow"); scrollDiv.appendChild(innerDiv); var grid = document.createElement("div"); grid.setAttribute("class", "itemStockLocations gridContainer"); innerDiv.appendChild(grid); var table = document.createElement("table"); table.setAttribute("class", "rowGroup") grid.appendChild(table); var headerRow = document.createElement("tr"); headerRow.setAttribute("class", "headerRow"); table.appendChild(headerRow); var col1Title = document.createElement("td"); col1Title.setAttribute("class", "headerCell"); var location = document.createTextNode("Location Number"); col1Title.appendChild(location); var col2Title = document.createElement("td"); col2Title.setAttribute("class", "headerCell"); var locationDescription = document.createTextNode("Location Description"); col2Title.appendChild(locationDescription); var col3Title = document.createElement("td"); col3Title.setAttribute("class", "headerCell"); var stock = document.createTextNode("Available"); col3Title.appendChild(stock); headerRow.appendChild(col1Title); headerRow.appendChild(col2Title); headerRow.appendChild(col3Title); for (var i = 0; i < result.length; i++) { var dataRow = document.createElement("tr");if ((i % 2) == 0) { dataRow.setAttribute("class", "detailRow")} else { dataRow.setAttribute("class", "detailRow alt-row")}table.appendChild(dataRow);var locationTD = document.createElement("td");locationTD.setAttribute("class", "cellData");var locationData = document.createTextNode(result[i].location);locationTD.appendChild(locationData);var locationDescriptionTD = document.createElement("td");locationDescriptionTD.setAttribute("class", "cellData");var locationDescriptionData = document.createTextNode(result[i].description);locationDescriptionTD.appendChild(locationDescriptionData);var stockTD = document.createElement("td");stockTD.setAttribute("class", "cellData");var stockData = document.createTextNode(result[i].stock);stockTD.appendChild(stockData);dataRow.appendChild(locationTD);dataRow.appendChild(locationDescriptionTD);dataRow.appendChild(stockTD); } },error: function(err, ioArgs) { console.log(err);} });}

Item #:712-701-G1

Manufacturer Item: 712-701-G1

Manufacturer:INFICON INC.

Inficon 712-701-G1 Replacement Infrared Cell for D-TEK Select Refrigerant Leak Detector

Replacement Infrared Cell for D-TEK Select Refrigerant Leak Detector (4)

View additional images

Replacement Infrared Cell for D-TEK Select Refrigerant Leak Detector (5)

Inficon 712-701-G1 Replacement Infrared Cell for D-TEK Select Refrigerant,
,

Instrument Charging Tools & Accs

Brand Name

Inficon

Instrument Type

Leak Detector Replacement Sensor

Replacement Infrared Cell for D-TEK Select Refrigerant Leak Detector (6)

Replacement Infrared Cell for D-TEK Select Refrigerant Leak Detector

Quantity:

Replacement Infrared Cell for D-TEK Select Refrigerant Leak Detector (2024)

References

Top Articles
Latest Posts
Article information

Author: Kimberely Baumbach CPA

Last Updated:

Views: 6522

Rating: 4 / 5 (61 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Kimberely Baumbach CPA

Birthday: 1996-01-14

Address: 8381 Boyce Course, Imeldachester, ND 74681

Phone: +3571286597580

Job: Product Banking Analyst

Hobby: Cosplaying, Inline skating, Amateur radio, Baton twirling, Mountaineering, Flying, Archery

Introduction: My name is Kimberely Baumbach CPA, I am a gorgeous, bright, charming, encouraging, zealous, lively, good person who loves writing and wants to share my knowledge and understanding with you.