// put the VeriPay Merchant Identifier Below

var merchantID = "vitaman";

// This is the 'description' that will appear on the TAX INVOICE

var tx_description = "Purchase - Vitaman";

// Define your product list
// repeat for as many products as you need.  The first blank 'code' value
// encountered is considered the end of the product list.

setup_arrays() // leave this here

// CAUTION:	This script uses the 'HiddenRef' field to send the order information
//		to VeriPay.  HiddenRef has a maximum length of 512 characters, so the
//		more products you define, the more chance that partial orders will be received.
//		Keep the number of products below 20 to be very safe.
//		To test, order ALL products and use the maximum length name, address, telephone and email.

// Example:
//image[n] 	= "product1.gif";	// url location of the product image (leave blank for no image)
//url[n] 	= "product1.htm";	// file link when the user clicks on the image (leave blank for no link)
//code[n] 	= "PR01";			// product code to identify in your orders - try to keep it short!
//desc[n] 	= "Product Description, color, size, etc"; // full product description
//price[n] 	= "12.99";  		// product price in dollars & cents **INCLUDING GST**

image[0] = "/shopping/Thumb/FBC_sml.jpg";	
url[0] 	 = "/shave/cleanser.htm";
code[0]  = "FBC";
desc[0]  = "Face/Body Cleanser-240ml";
price[0] = "24.00";

image[1] = "/shopping/Thumb/SC_sml.jpg";
url[1] 	 = "/shave/shavecre.htm";
code[1]  = "SC";
desc[1]  = "Shave Creme-150ml";
price[1] = "28.00";

image[2] = "/shopping/Thumb/ASB_sml.jpg";
url[2]   = "/shave/aftersha.htm";
code[2]  = "ASB"
desc[2]  = "After Shave Balm-150ml";
price[2] = "32.00";

image[3] = "/shopping/Thumb/FC_sml.jpg";
url[3]   = "/facial/facescru.htm";
code[3]  = "FS";
desc[3]  = "Face Scrub-150ml";
price[3] = "32.00";

image[4] = "/shopping/Thumb/WS_sml.jpg";
url[4]   = "/facial/wrinkles.htm";
code[4]  = "WS";
desc[4]  = "Wrinkle Serum-40ml";
price[4] = "55.00";

image[5] = "/shopping/Thumb/FM_sml.jpg";
url[5]   = "/facial/facemois.htm";
code[5]  = "FM";
desc[5]  = "Face Moisturiser-150ml";
price[5] = "32.00";

image[6] = "/shopping/Thumb/FMM_sml.jpg";
url[6]   = "/body/mudmasqu.htm";
code[6]  = "FMM";
desc[6]  = "Face Mud Masque-150ml";
price[6] = "35.00";

image[7] = "/shopping/Thumb/SSBS_sml.jpg";
url[7]   = "/body/seasaltb.htm";
code[7]  = "SSBS";
desc[7]  = "Sea Salt Body Scrub-300ml";
price[7] = "35.00";

image[8] = "/shopping/Thumb/BM_sml.jpg";
url[8]   = "/body/bodymois.htm";
code[8]  = "BM";
desc[8]  = "Body Moisturiser-250ml";
price[8] = "35.00";

image[9] = "/shopping/Thumb/ES_sml.jpg";
url[9]   = "/body/exfoliat.htm";
code[9]  = "ES";
desc[9]  = "Exfoliating Soap-220ml";
price[9] = "26.00";

image[10] = "/shopping/Thumb/TP_sml.jpg";
url[10]   = "/body/travelpa.htm";
code[10]  = "TP";
desc[10]  = "Travel Pack-6x50ml";
price[10] = "55.00";

image[11] = "/shopping/Thumb/SHAM_sml.jpg";
url[11]   = "/hair/shampoo.htm";
code[11]  = "SHAM";
desc[11]  = "Shampoo-250ml";
price[11] = "23.00";

image[12] = "/shopping/Thumb/CON_sml.jpg";
url[12]   = "/hair/conditio.htm";
code[12]  = "CON";
desc[12]  = "Conditioner-250ml";
price[12] = "23.00";

image[13] = "/shopping/Thumb/SHT_sml.jpg";
url[13]   = "/hair/scalphai.htm";
code[13]  = "SHT";
desc[13]  = "Scalp and Hair Treatment-250ml";
price[13] = "28.00";

image[14] = "/shopping/Thumb/GEL_sml.jpg";
url[14]   = "/hair/gel.htm";
code[14]  = "GEL";
desc[14]  = "Gel-100ml";
price[14] = "23.00";

image[15] = "/shopping/Thumb/STY_sml.jpg";
url[15]   = "/hair/stylingc.htm";
code[15]  = "STY";
desc[15]  = "Styling Creme-100ml";
price[15] = "23.00";

image[16] = "/shopping/Thumb/POM_sml.jpg";
url[16]   = "/hair/pomade.htm";
code[16]  = "POM";
desc[16]  = "Pomade-100ml";
price[16] = "23.00";

image[17] = "/shopping/Thumb/MM_sml.jpg";
url[17]   = "/hair/mattmud.htm