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);setZoom(e)}}}}}}function hideImage(a){$(a).hide()}function showImage(b,a){$(b).show();b.src=b.value=a.substring(a.indexOf("/i/"),a.length)}function setZoom(e){var c=document.getElementById("enlarge");if(c!=null){var a=e.src;var d=a.substr(a.lastIndexOf("/")+1);d=d.substr(0,d.lastIndexOf("."));var b=c.href.substr(c.href.lastIndexOf("pn=")+3);if(b.lastIndexOf("&itm")>0){b=b.substr(0,b.lastIndexOf("&itm"))}c.href="/AhahZoom.aspx?pn="+b+"&itm="+d;c.attributes.onclick.value='ahahSwapFixed("/Ahah/Zoom.aspx?pn='+b+"&itm="+d+'", 600, 600); return false;'}}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 508-970-4575.")}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+'<EmailFriendProduct xmlns="http://tempuri.org/">\n<sender>'+c.value+"</sender>\n<recipient>"+e.value+"</recipient>\n<message>"+d.value+"</message>\n<itemNo>"+f+"</itemNo>\n</EmailFriendProduct>\n"+postdataEnd;var g=new Array("Content-Length",b.length,"SOAPAction","http://tempuri.org/EmailFriendProduct","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("EmailFriendProductResult");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 508-970-4575.")}},error:function(i){addErrorNotification("An error occurred sending your message.  Please try again later.  If this problem continues, please contact customer support at 508-970-4575.")}})}}}function ToggleStockAlert(b,g,n,l,p,k){var d=document.getElementById(b);var j=$("#addToCartAction");var f=$("#backOrderOptions");if(p.indexOf("Out Of Stock")>0){var e=p.substr(0,p.indexOf("(")-1);if(l){var i=$("#boPreOrderExplained");var a=escape(n).replace(/%20/g,"+");var m="The <em>"+n+" ("+e+")</em> will be available soon.  ";m+='<a href="/PreOrder.aspx?pn='+a+'" onclick="ahahSwapFixed(\'/Ahah/PreOrder.aspx?pn='+a+"', 600, 300); return false;\">Pre-Order</a> it now!";i.html(m)}else{if(j.attr("class")!="hidden"){j.toggleClass("block");j.toggleClass("hidden")}if(f.attr("class")!="block"){f.toggleClass("hidden");f.toggleClass("block")}var o=$("#parStockQuestion");var c="The <em>"+n+" ("+e+")</em> will be available soon.<br/>Do you want to know when it comes back in stock?";o.html(c);var h=document.getElementById("btnSubmitEmail");h.onclick=function(){StockAlertSignup(g,n,e,k);return false}}}else{if(j.attr("class")=="hidden"){j.toggleClass("hidden");j.toggleClass("block")}if(f.attr("class")=="block"){f.toggleClass("block");f.toggleClass("hidden")}}}function StockAlertSignup(f,d,b,c){var e=document.getElementById("txtEmailAddress").value;if(checkEmail(e)){var f=GetItemNoFromUrl();if(IsNullOrEmpty(f)){return}var a=postdataStart+'<StockAlertSignup xmlns="http://tempuri.org/">\n<email>'+e+"</email>\n<itemNo>"+f+"</itemNo>\n<productOptionID>"+c+"</productOptionID>\n</StockAlertSignup>"+postdataEnd;var g=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:g,contentType:"text/xml; charset=utf8",dataType:"xml",success:function(j){var i=j.getElementsByTagName("StockAlertSignupResult");if(i[0].firstChild.nodeValue=="true"){var k="Alert submittion successful!  You will be alerted when "+d+" ("+b+") comes back in stock.";DisplayStockAlertMessage(k);var h=$("#alert-box");if(h.attr("class")=="block"){h.toggleClass("block");h.toggleClass("hidden")}}else{alert("Error from call.");DisplayStockAlertMessage("An error has occurred.  Please contact customer service.")}},error:function(h){alert("Error xml");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")}};