jQuery(document).ready(function(){jQuery("#additional_rebates_info").find("a").click(function(){tcProductInfo.selectedTab("Rebates");
});jQuery("#BVSummaryReadReviewsLink").click(function(){tcProductInfo.selectedTab("Reviews");
});jQuery("#additional_plans_info").find("a").click(function(){tcProductInfo.selectedTab("Warranty");
});if(typeof(tcProductInfo)!="undefined"&&window.location.href.indexOf("#BVSecondaryCustomerRatings")>=0){tcProductInfo.selectedTab("Reviews");
}});var productDetail={updateAvailability:function(A,B){UI.Services.AjaxWebService.GetProductAvailability(A,B,function(C){if(C!=null&&C.ProductStatusMessage!=jQuery("div#productStatus div.orderInfo").html()){jQuery("div#productStatus div.orderInfo").html(C.ProductStatusMessage);
jQuery("div#productEstimatedShip div.orderInfo").html(C.ProductAvailablityMessage);
jQuery("div#productStatus div.orderInfo").addClass("updatedStatus");jQuery("div#productEstimatedShip div.orderInfo").addClass("updatedStatus");
UI.Services.AjaxWebService.GetSiteTermMessage("CartMessages","MiniCartAvailabilityChanged",function(D){balloonManager.show("availabilityWarning",D,jQuery("#orderinfoWarrantiesRebates div.addToButtons")[0]);
});}else{balloonManager.hide("availabilityWarning");}});}};