function closedd_expandeds(){$(".expanded").animate({marginLeft:"0"},anim_spd);$(".expanded").removeClass("expanded")}function isNumberKey(n,t){var i=n.which?n.which:event.keyCode;if(t==!0){if(i!=46&&i>31&&(i<48||i>57))return!1}else if(i==46||i>31&&(i<48||i>57))return!1;return!0}$(document).ready(function(){var n=0,t=$(window).width();t<=975?($("#freeEstimate").removeClass("in"),$("#freeEstimateBtn").show(),$("#btnMyDashboard").show()):($("#freeEstimate").addClass("in"),$("#freeEstimateBtn").hide(),closedd_expandeds(),$("#btnMyDashboard").hide());$("#freeEstimateBtn").on("click",function(){n==0?(n=1,console.log(n)):n==1&&(n=0)});$(window).on("resize",function(){var t=$(window).width();t<=975?($("#freeEstimate").removeClass("in"),$("#freeEstimateBtn").show(),closedd_expandeds(),$("#btnMyDashboard").show()):($("#freeEstimate").addClass("in"),$("#freeEstimateBtn").hide(),$("#btnMyDashboard").hide());n==1&&$("#freeEstimate").addClass("in")});$("#myCarousel").carousel({interval:1e4})});var anim_spd=200,expanded_width=185;$(".dd-click").click(function(){closedd_expandeds();var n=$(this);n.is(":animated")||(n.hasClass("expanded")?(n.animate({marginLeft:"0"},anim_spd),n.next().animate({marginLeft:"0"},anim_spd),n.removeClass("expanded"),n.next().removeClass("expanded")):(n.animate({marginLeft:"-"+expanded_width+"px"},anim_spd),n.next().animate({marginLeft:"-"+expanded_width+"px"},anim_spd),n.addClass("expanded"),n.next().addClass("expanded")))});$("#myTab a").click(function(n){n.preventDefault();$(this).tab("show")});$(function(){$(".thumb-prod img").hover(function(){$(this).attr("src",$(this).attr("src").replace(/\.jpg/,"_rollover.jpg"))},function(){$(this).attr("src",$(this).attr("src").replace("_rollover.jpg",".jpg"))})})