CLCC Bundle Offer
jQuery(window).load(function() {
var orderButton = document.getElementById('Order');
if (orderButton != null) {
orderButton.onclick = new Function("this.disabled=true;this.form.submit();");
}
if (window.calcTotals) {
calcTotals();
}
});