function ahahSwapProductImage(c){var e=document.getElementById("productInfo_imgProduct");if(e!=null){var d="http://"+location.hostname+"/i/360x360/"+c;if(e.src!=d){xmlhttp=null;if(window.XMLHttpRequest){xmlhttp=new XMLHttpRequest()}else{if(window.ActiveXObject){xmlhttp=new ActiveXObject("Microsoft.XMLHTTP")}}if(xmlhttp!=null){xmlhttp.open("GET",d,false);xmlhttp.send("");if(xmlhttp.status==200){var b=false;try{b=xmlhttp.responseText.indexOf("<h2>Page Not Found</h2>")>0}catch(a){}if(!b){showImage(e,d)}}}}}}function hideImage(a){$(a).hide()}function showImage(b,a){$(b).show();b.src=b.value=a.substring(a.indexOf("/i/"),a.length)}function EmailFriend(a){clearNotifications();var c=document.getElementById(a);var e=document.getElementById("txtRecipientsEmail");var d=document.getElementById("txtMessage");if(c==null||e==null||d==null){addErrorNotification("Could not submit form.  If this problem continues, please contact customer support at 1-508-970-4906.")}else{var h=/^[A-Za-z0-9._%-]+@[A-Za-z0-9._%-]+\.[A-Za-z]{2,4}$/;if(e.value.match(h)==null){addErrorNotification("Please enter a properly formatted e-mail address for your friend.")}if(c.value.match(h)==null){addErrorNotification("Please enter your properly formatted e-mail address.")}if(d.value==""){addErrorNotification("Please enter a message to send to your friend.")}if(!hasNotifications()){var f=GetItemNoFromUrl();if(IsNullOrEmpty(f)){return}var b=postdataStart+'<EmailFriend xmlns="http://tempuri.org/">\n<sender>'+c.value+"</sender>\n<recipient>"+e.value+"</recipient>\n<message>"+d.value+"</message>\n<itemNo>"+f+"</itemNo>\n</EmailFriend>\n"+postdataEnd;var g=new Array("Content-Length",b.length,"SOAPAction","http://tempuri.org/EmailFriend","Host",location.hostname);$.ajax({type:"POST",url:"http://"+location.hostname+"/WebServices.asmx?WSDL",data:b,headers:g,contentType:"text/xml; charset=utf8",dataType:"xml",success:function(j){var i=j.getElementsByTagName("EmailFriendResult");if(i[0].firstChild.nodeValue=="true"){document.getElementById("divEmailProduct").style.visibility="hidden";addNotification("Your message has successfully been sent.  Close this window to continue.")}else{addErrorNotification("An error occurred sending your message.  Please try again later.  If this problem continues, please contact customer support at 1-508-970-4906.")}},error:function(i){addErrorNotification("An error occurred sending your message.  Please try again later.  If this problem continues, please contact customer support at 1-508-970-4906.")}})}}}function ToggleStockAlert(e,c,h,g){var f=$("#addToCartAction");var d=$("#backOrderOptions");if(e.options[e.selectedIndex].text.indexOf("Back Ordered")>0){var b=e.options[e.selectedIndex].text.substr(0,e.options[e.selectedIndex].text.indexOf("(")-1);if(f.attr("class")!="hidden"){f.toggleClass("block");f.toggleClass("hidden")}if(d.attr("class")!="block"){d.toggleClass("hidden");d.toggleClass("block")}var i=$("#parStockQuestion");var a="The <em>"+h+" ("+b+")</em> will be available soon.<br/>Want to know when it comes back in stock?";i.html(a)}else{if(f.attr("class")=="hidden"){f.toggleClass("hidden");f.toggleClass("block")}if(d.attr("class")=="block"){d.toggleClass("block");d.toggleClass("hidden")}}}function StockAlertSignup(){var c=document.getElementById("txtEmailAddress").value;var b=document.getElementById("productInfo_options_ddlProductOptions");if(checkEmail(c)){var d=GetItemNoFromUrl();if(IsNullOrEmpty(d)){return}var a=postdataStart+'<StockAlertSignup xmlns="http://tempuri.org/">\n<email>'+c+"</email>\n<itemNo>"+d+"</itemNo>\n<productOptionID>"+b.options[b.selectedIndex].value+"</productOptionID>\n</StockAlertSignup>"+postdataEnd;var e=new Array("Content-Length",a.length,"SoapAction","http://tempuri.org/StockAlertSignup","Host",location.hostname);$.ajax({type:"POST",url:"http://"+location.hostname+"/WebServices.asmx?WSDL",data:a,headers:e,contentType:"text/xml; charset=utf8",dataType:"xml",success:function(h){var g=h.getElementsByTagName("StockAlertSignupResult");if(g[0].firstChild.nodeValue=="true"){var k=$("h1#productName").attr("innerHTML");var i=b.options[b.selectedIndex].text.substr(0,b.options[b.selectedIndex].text.indexOf("(")-1);var j="Alert submittion successful!  You will be alerted when "+k+" ("+i+") comes back in stock.";DisplayStockAlertMessage(j);var f=$("#alert-box");if(f.attr("class")=="block"){f.toggleClass("block");f.toggleClass("hidden")}}else{alert("soft error");DisplayStockAlertMessage("An error has occurred.  Please contact customer service.")}},error:function(f){alert("real error");DisplayStockAlertMessage("An error has occurred.  Please contact customer service.")}})}else{DisplayStockAlertMessage("Please enter your email address.")}}function DisplayStockAlertMessage(a){var b=$("p#parSuccessMessage");b.html(a);if(b.attr("class").indexOf("hidden")>0){b.toggleClass("hidden");b.toggleClass("block")}};