var POSTAGE_HANDLING_FEE = 4; var POSTAGE_REGISTERED = 6; var ANUAL_MEMBERSHIP_FEE = 20; var discountValue = 10 ; var discountCodeStart = 15000; var discountCodeEnd = 20000; var discountMinPurchase = 40; var discountCodeUnique = 'DL0810'; var SHOW_ORDER_BRACELET_ON_LOAD = true; var SHOW_ORDER_NECKLACE_ON_LOAD = true; var SHOW_ORDER_DOGTAG_ON_LOAD = true; var SHOW_ORDER_KEYRing_ON_LOAD = true; var SHOW_ORDER_WALLCard_ON_LOAD = true; var ALLOW_CHECKBOX_GROUPS = false; //When use selects an item to be order, the checkbox dissaperas //They dont have to order any sub items //but the checkbox dissapears to them var HIDE_CHECKBOX_ON_SELECT = true; var CALCULATE_GST = true; /* if true, gst is added, if false the subtotal has gst included, meaning the seller will pay gst, true means buyer has to pay extra */ var GST_PERCENTAGE = 0.1; //Currently 10% //PRICES // this listing of each grouping in the item set var grouplist = new Array( ); grouplist[0] = new Array('brc', 'Bracelets', '90', '106', 'img/bracelets/all bracelets.jpg', 'inc/opt/optBr.php'); grouplist[1] = new Array('nkl', 'Necklaces', '115', '127', 'img/necklaces/all necklaces.jpg', 'inc/opt/optNk.php'); grouplist[2] = new Array('krg', 'Engraved Key Rings', '8', '13', 'img/items/ID key rings 2.jpg', ''); grouplist[3] = new Array('', 'Engraved Pin on Tags & Wallet Cards', '14', '15', 'img/WCPrev2.jpg', ''); grouplist[4] = new Array('', 'Additional Fill in yourself Wallet Cards', '1', '1', 'img/items/free wallet id card.jpg', ''); grouplist[5] = new Array('kwbnd', 'Children's Safety Wrist Bands', '30', '36', 'img/kids/colours in kids ID wirstband range.jpg', ''); grouplist[6] = new Array('kwbndM', '', '40', '46', 'img/kids/colours in kids ID wirstband range.jpg', ''); grouplist[7] = new Array('ksc', 'Kid's Safe Club', '70', '70', 'img/kids/safety wrist bands for kids.jpg', ''); grouplist[8] = new Array('sub', 'Single Use Wrist Bands', '80', '83', 'img/kids/single use id bands.jpg', 'inc/opt/optSUB.php'); grouplist[9] = new Array('algy', 'Children's Allergy Tattoos', '74', '78', 'img/kids/buy temporary tattoos for allergies.jpg', ''); grouplist[10] = new Array('usb', ' Medical ID USB Carrier', '84', '84', 'img/items/USB medical detials storage.jpg', 'inc/opt/optUSB.php'); grouplist[11] = new Array('sprtwb', 'Sports Safety ID Wrist Bands', '52', '53', 'img/sports/reflective sports ID Band.jpg', ''); grouplist[12] = new Array('sho', 'Sports Safety Shoe ID', '55', '56', 'img/sports/shoe id red and yellow new stock.jpg', ''); grouplist[13] = new Array('sphlmt', 'Sports Safety Helmet ID', '54', '54', 'img/sports/id products for cyclists.jpg', ''); grouplist[14] = new Array('ath', 'Athlete's Pack', '57', '58', 'img/sports/athletes safety pack.jpg', ''); grouplist[15] = new Array('sprins', 'Spare ID Card Inserts', '71', '72', 'img/kids/spare inserts for id bands.jpg', ''); grouplist[16] = new Array('mker', 'Permanent Marker', '59', '59', 'img/items/PilotPermanentMarker.jpg', ''); grouplist[17] = new Array('', 'Additional Fill in yourself Wallet Cards', '1', '1', 'img/items/free wallet id card.jpg', ''); // last item in the list var lastItem = 127 ; //Terms and Condition pop up window var POPUP_WIDTH = 800; var POPUP_HEIGHT = 600;