window.addEvent("domready",function(){var $selFinish=$("thisfinish"),$addToCartBtn=$("AddToCartBtn"),$discontinuedText=$("discontinuedText");if($selFinish){var $stockUnknown=$("stockUnknown"),$stockZero=$("stockZero"),$stockCount=$("stockCount");function eChange_finish(e){$$($stockUnknown,$stockZero,$stockCount).setStyle("display","none");if(this.selectedIndex===0){return }var $this=$(this.options[this.selectedIndex]),stock=$this.get("data-stock"),$show=$("stockUnknown"),status=$this.get("data-status");if(+(stock)>0){$show=$stockCount;$show.set("text",stock+" In Stock")}else{if(stock==="0"){$show=$stockZero}else{$show=$stockUnknown}}if(status=="discontinued"){$discontinuedText.show();$addToCartBtn.hide()}else{$discontinuedText.hide();$addToCartBtn.show()}$show.setStyle("display","block")}$selFinish.addEvents({change:eChange_finish,keyup:eChange_finish})}var myVertSlide=new Fx.Slide("vert_slide").hide();$("questionbox").addEvents({focus:function eFocus_questionbox(e){e.stop();if($defined($("vert_slide"))){myVertSlide.slideIn()}}});$$("a.vote").addEvent("click",function(e){var count=$(this.hash.slice(1));e.stop();var req=new Request({method:"get",url:this.href,onComplete:function eOnComplete_vote(response){if(response==="true"){count.removeClass("error").addClass("success").set("html",(+count.get("text"))+1)}else{count.removeClass("success").addClass("error")}}}).send()});$("productQuestionForm").addEvent("submit",function(e){e.stop();var resp=$("productQuestionResponse").empty().addClass("ajax-loading");this.set("send",{onComplete:function eOnComplete_ask(response){if(response.indexOf("errors")==-1){var qtxt=$("questionbox");qtxt.value="";qtxt.fireEvent("blur")}resp.removeClass("ajax-loading");resp.set("html",response)}});this.send()});var $modalDialog=$$(".modal");if($modalDialog.length){$modalDialog.addEvent("click",function(e){var content=this.getProperty("data-content");var SM=new SimpleModal({width:440,modal:"modal",hideFooter:true});SM.show({title:$("logo").getElement("a").innerHTML,contents:$(content).innerHTML});e.preventDefault()})}var $openIFrameDialog=$$(".openIFrameDialog");if($openIFrameDialog.length){$openIFrameDialog.addEvent("click",function(e){var SM=new SimpleModal({width:520,modal:"modal",hideFooter:true});SM.show({title:$("logo").getElement("a").innerHTML,contents:('<iframe width="480" height="300" src="http://www.youtube.com/embed/{video_url_id}?autoplay=1" frameborder="0" allowfullscreen></iframe><h2>{video_title}</h2><div class="video_description">{video_description}</div>').substitute({video_url_id:this.getProperty("data-videourlid"),video_title:this.getElement(".video_title").innerHTML,video_description:this.getElement(".video_description").innerHTML})});e.preventDefault()})}var reviewContainer=$("BVRRContainer");if(reviewContainer){$BV.ui("rr","show_reviews",{productId:reviewContainer.getProperty("data-bvid")})}});
