strSorry = "I\'m Sorry, your cart is full, please proceed to checkout.";
strAdded = " added to your shopping cart.";
strRemove = "Click \'Ok\' to remove this product from your shopping cart.";
strILabel = "Product Id";
strDLabel = "Product Name/Description";
strQLabel = "Quantity";
strPLabel = "Price";
strSLabel = "Shipping";
strRLabel = "Remove From Cart";
strRButton = "Remove";
strSUB = "SUBTOTAL";
strSHIP = "SHIPPING";
strTAX = "TAX";
strSUB2 = "BILLING SUBTOTAL";
strTOT = "TOTAL";
strErrQty = "Invalid Quantity.";
strNewQty = "Please enter new quantity:";
MinimumOrderPrompt = "Your order is below our minimum order, please order more before checking out.";
MaximumOrderPrompt = "Your order is above our maximum order, please contact us or order less before checking out";
MinimumOrderWeightPrompt = "Your order is below our minimum order weight, please order more before checking out.";
MaximumOrderWeightPrompt = "Your order is above our maximum order weight, please contact us or order less before checking out";
strEmptyCart = "Your cart is empty.";
strPerItem = "/ea";
strOrderComment = "Add a comment or special instructions to your order:";
strOrderButton = "Order now !";
strBackButton = "Back";
strCartIntro = "List of items currently in your shopping cart";
strOrderTitle = "Your order";
strOrderIntro = "Please complete the information below and mail it with a check enclosed to the order of:";
strCustomerInfo = "Customer information";
strCustomerLastName = "Last name:";
strCustomerFirstName = "First name:";
strCustomerAddress = "Address:";
strCustomerCity = "City:";
strCustomerFax = "Phone/Fax:";
strCustomerEmail = "Email:";
strCustomerRequest = "Comments or instructions";
strPrintButton = "Print your order";
strClearButton = "Clear form";
strReferenceLabel = "Reference: ";
strStockQuantityLabel = "Reference: ";
strStockStatusLabel = "Status: ";
strRebateTotal = "Rebate";
strRebateFormLabel = "If you have a rebate code please enter it here :";
strRebateError = "The rebate you entered is incorrect or not valid.";
strAddToCartError = "Error when adding item to cart :";
strQtyMaxError = "Quantity is limited to :";
strNotApplicable = "N/A";
catstatusnames = new Array("","In stock","Available within 7 days","Available between 7 to 15 days","Available in more than 15 days","Unknown delay","Out of stock");

