$j(function(){$j(".promo-box .prd-promo").hover(function(){$j('.destroy').remove();var thisTop=$j(this).offset();if($j(".destroy").length){}else{var clonePromo=$j(this).parent().find(".promo-overlay").clone();clonePromo.addClass("destroy").appendTo("#global-container");clonePromo.css({top:thisTop.top-85}).show();}},function(){promoTimer=setTimeout("$j('.destroy').remove()",100)
$j(".destroy").hover(function(){clearTimeout(promoTimer);},function(){$j(this).remove();});});$j(".accordion dl dt:not('.active')").next("dd").hide();$j(".accordion dl dt").click(function(){if($j(this).hasClass("active")){}else{$j(".accordion dl dt").removeClass("active").parent().find("dd").slideUp();$j(this).addClass("active").next("dd").slideDown();}});$j("a.s-evaluate").click(function(e){var oForm=document.createElement("FORM");oForm.id="form_review_write";oForm.action=$j("#review_link").text();oForm.method="POST";oForm.style.display="none";var oInput=document.createElement("INPUT");oInput.type="hidden";oInput.name="show_popup_review_write";oInput.value="1";oForm.appendChild(oInput);document.body.appendChild(oForm);$j('#form_review_write').get(0).submit();setTimeout(function(){oForm.submit();},100);});});function popup_rebate(rebate_id,tracker,title){openTwdialog("/band.php","r="+rebate_id,"popups.js");open_splash(tracker);return false;}
function open_splash(tracker){window.open(tracker,'_blank');}