Astring=new Array(12);
Astring[0] = "Please enter a valid quantity.";
Astring[1] = "Please enter a quantity greater than zero.";
Astring[2] = "The minimum order quantity for this item is ";
Astring[3] = "Please adjust your order quantity accordingly.";
Astring[4] = "This product can only be ordered in multiples of ";
Astring[5] = "You are ordering a product that has been replaced.";
Astring[6] = "The current inventory is ";
Astring[7] = "You are ordering a DISCONTINUED product.";
Astring[8] = "You are ordering a LEADTIME product.";
Astring[9] = "The minimum quantity for this LEADTIME product is ";
Astring[10] = "You have only ordered ";
Astring[11] = "The minimum total order quantity for this item is ";
Astring[12] = "The maximum total order quantity for this item is ";