/* /_ui/srawby/js/srawby_customshop_dyow.js - Last-Modified: Tue, 09 Jun 2009 21:46:04 GMT - Built [1258752411] */
/* _ui/srawby/js/srawby_customshop_dyow.js */
function srawby_dyow_update_engravingCheckboxes(E){var D=new Array(0,1,2,3,4,5,6,7,8,9);var C=D.length;var B=0;$(".dyow-options .brick_grade_"+E+" input:checkbox").each(function(){if(this.checked){B++}});if(B){for(var A=0;A<C;A++){if(D[A]==E){continue}else{$(".dyow-options .brick_grade_"+D[A]+" input:checkbox").each(function(){$(this).attr("checked",false);$(this).attr("disabled",true);$(".dyow-options .brick_grade_"+D[A]).addClass("disabled")})}}}else{for(var A=0;A<C;A++){$(".dyow-options .brick_grade_"+D[A]+" input:checkbox").each(function(){$(this).attr("disabled",false)});$(".dyow-options .brick_grade_"+D[A]).removeClass("disabled")}}}$(document).ready(function(){$(".dyow-options .brick_brick input:checkbox").click(function(){var C=$(this).parents("tr:eq(0)").attr("class");var D=C.indexOf("brick_grade_");if(D!=-1){srawby_dyow_update_engravingCheckboxes(C.substring(D+12,D+13)*1)}});var B=false;$(".dyow-options .brick_brick input:checkbox").each(function(){if(this.checked){var C=$(this).parents("tr:eq(0)").attr("class");var D=C.indexOf("brick_grade_");if(D!=-1){B=C.substring(D+12,D+13)*1}}});if(B!==false){srawby_dyow_update_engravingCheckboxes(B)}$("#dyowProductSummary .summary h2 a").unbind().click(function(){$("form#dyowProductOptions button:submit").click();return false});$("#customshop div.tabs ul.primary li a").unbind().click(function(){var C=$(this).parents("li:eq(0)");if(C.is(".disabled")||C.is(".active")){return false}var D=$(this).attr("href");var E=D.indexOf("#step-");if(E!=-1){D=D.substring(E+6);if(D!=""){$("form#dyowProductOptions").append('<input type="hidden" name="button" value="'+D+'" />').submit()}}return false});var A=function(){var E=$("#dyowProductReciept .block.email input.email").val();var D=/^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/.test(E);if(D){if(typeof pageTracker!="undefined"){switch(window.location.pathname.substring(window.location.pathname.length-8)){case"/krieger":pageTracker._trackEvent("Custom_Shop_Krieger","Send","Email_Krieger_Results");break;case"/upgrade":pageTracker._trackEvent("Custom_Shop_Upgrade","Send","Email_Upgrade_Results");break;case"ow/rifle":default:pageTracker._trackEvent("Custom_Shop_Rifle","Send","Email_Rifle_Results");break}}var C=$("#dyowProductReciept .block.email input.button").val();$("form#dyowProductOptions").append('<input type="hidden" name="button" value="'+C+'" />').append('<input type="hidden" name="email" value="'+E+'" />').submit()}else{alert("Please enter a valid email address!!!");$("#dyowProductReciept .block.email input.email").focus()}return false};$("#dyowProductReciept .block.email a.block").unbind().click(A);$("#dyowProductReciept .block.email input.email").keypress(function(C){if(C.which==13){A(C)}});$("#dyowProductReciept .block.email input.email").focus(function(){if(this.value==this.defaultValue){this.value=""}});$("#dyowProductReciept .block.email input.email").blur(function(){if(this.value==""){this.value=this.defaultValue}})});function customshop_results_print(){if(typeof pageTracker!="undefined"){switch(window.location.pathname.substring(window.location.pathname.length-8)){case"/krieger":pageTracker._trackEvent("Custom_Shop_Krieger","Print","Print_Krieger_Results");break;case"/upgrade":pageTracker._trackEvent("Custom_Shop_Upgrade","Print","Print_Upgrade_Results");break;case"ow/rifle":default:pageTracker._trackEvent("Custom_Shop_Rifle","Print","Print_Rifle_Results");break}}window.print();return false}function customshop_results_dealer(){if(typeof pageTracker!="undefined"){switch(window.location.pathname.substring(window.location.pathname.length-8)){case"/krieger":pageTracker._trackEvent("Custom_Shop_Krieger","Find_a_Dealer","Find_a_Dealer_Krieger");break;case"/upgrade":pageTracker._trackEvent("Custom_Shop_Upgrade","Find_a_Dealer","Find_a_Dealer_Upgrade");break;case"ow/rifle":default:pageTracker._trackEvent("Custom_Shop_Rifle","Find_a_Dealer","Find_a_Dealer_Rifle");break}}return true}function customshop_track_page(A,B){if(typeof pageTracker!="undefined"){if(A=="results"){switch(window.location.pathname.substring(window.location.pathname.length-8)){case"/krieger":pageTracker._trackEvent("Custom_Shop_Kreiger_Results","Results","Results_Krieger");break;case"/upgrade":pageTracker._trackEvent("Custom_Shop_Upgrade_Results","Results","Results_Production_Upgrade");break;case"ow/rifle":default:pageTracker._trackEvent("Custom_Shop_Rifle_Results","Results","Results_Custom_Rifle");break}}else{if(A=="step"&&B==1){switch(window.location.pathname.substring(window.location.pathname.length-8)){case"/krieger":pageTracker._trackEvent("Custom_Shop_Krieger_Start","Start","Start_Kreiger");break;case"/upgrade":pageTracker._trackEvent("Custom_Shop_Upgrade_Start","Start","Start_Production_Upgrade");break;case"ow/rifle":default:pageTracker._trackEvent("Custom_Shop_Rifle_Start","Start","Start_Custom_Rifle");break}}}}return true};