//-- The symbol to use for the javascript trolley and checkout
MonetarySymbol	= "&pound;"
//-- List of Products; used in the SEARCH and the checkout/basket
//-- Array key
//-- name^id.htm^summary^keyword^price^shipping^tax^shipping^weight^id^defaulttaxrate
var s = new Array();
var x=0;

s[x++] = "300mm wide, Flat  - CHROME^300mm_wide,_Flat__-_CHROME.htm^Style and practicality are a given with these classic chrome 300 mm towel rails /  ladder rails^^76^0.00^0.00^300mm_wide,_Flat__-_CHROME.htm^0.00^PRAA139";
s[x++] = "400mm wide, Flat and Curved - CHROME^400mm_wide,_Flat_and_Curved_-_CHROME.htm^Narrow chrome towel rails / ladder rails designed for the smaller space.^^81^0.00^0.00^400mm_wide,_Flat_and_Curved_-_CHROME.htm^0.00^PRAA126";
s[x++] = "Contemporary Angled Valves (pair)^Contemporary_Angled_Valves_(pair).htm^Quality brass valve with simple detailing....^^21^0.00^0.00^Contemporary_Angled_Valves_(pair).htm^0.00^PRAA114";
s[x++] = "Contemporary Straight Valves (pair)^Contemporary_Straight_Valves_(pair).htm^Quality brass valve with simple detailing....^^21^0.00^0.00^Contemporary_Straight_Valves_(pair).htm^0.00^PRAA115";
s[x++] = "Heater Kits^Heater_Kits.htm^^^55^0.00^0.00^Heater_Kits.htm^0.00^PRAA117";
s[x++] = "450mm wide, Flat and Curved - CHROME^450mm_wide,_Flat_and_Curved_-_CHROME.htm^Chrome towel rails / ladder rails designed for the smaller space.^^83^0.00^0.00^450mm_wide,_Flat_and_Curved_-_CHROME.htm^0.00^PRAA100";
s[x++] = "500mm wide, Flat and Curved - CHROME^500mm_wide,_Flat_and_Curved_-_CHROME.htm^Style and practicality are a given with these classic chrome 500 mm towel rails /  ladder rails^^84^0.00^0.00^500mm_wide,_Flat_and_Curved_-_CHROME.htm^0.00^PRAA101";
s[x++] = "600mm wide, Flat and Curved - CHROME^600mm_wide,_Flat_and_Curved_-_CHROME.htm^Style and practicality are a given with these classic chrome 600 mm towel rails /  ladder rails^^86^0.00^0.00^600mm_wide,_Flat_and_Curved_-_CHROME.htm^0.00^PRAA102";
s[x++] = "500mm wide, Flat and Curved - WHITE^500mm_wide,_Flat_and_Curved_-_WHITE.htm^Style and practicality with an unbelievable price^^33.72^0.00^0.00^500mm_wide,_Flat_and_Curved_-_WHITE.htm^0.00^PRAA103";
s[x++] = "600mm wide, Flat and Curved - WHITE^600mm_wide,_Flat_and_Curved_-_WHITE.htm^Style and practicality with an unbelievable price^^58^0.00^0.00^600mm_wide,_Flat_and_Curved_-_WHITE.htm^0.00^PRAA104";
s[x++] = "Pavia Designer Radiator^Pavia_Designer_Radiator.htm^Simple contemporary elegance.^^128^0.00^0.00^Pavia_Designer_Radiator.htm^0.00^PRAA105";
s[x++] = "Mirus Designer Radiator^Mirus_Designer_Radiator.htm^Great Practicality, great design.....^^203^0.00^0.00^Mirus_Designer_Radiator.htm^0.00^PRAA106";
s[x++] = "Carpi Designer Radiator^Carpi_Designer_Radiator.htm^A CLASSIC DESIGN WITH A DIFFERENCE........^^151^0.00^0.00^Carpi_Designer_Radiator.htm^0.00^PRAA107";
s[x++] = "Trento Designer Radiator^Trento_Designer_Radiator.htm^CONTEMPORARY ELEGANCE AT ITS BEST.....^^227^0.00^0.00^Trento_Designer_Radiator.htm^0.00^PRAA108";
s[x++] = "Jesi Designer Radiator^Jesi_Designer_Radiator.htm^A MODERN CLASSIC, STUNNING DESIGN......^^165^0.00^0.00^Jesi_Designer_Radiator.htm^0.00^PRAA110";
s[x++] = "Claro Designer Radiator^Claro_Designer_Radiator.htm^SOMETHING VERY DIFFERENT THAT MAKES A STATEMENT.....^^189^0.00^0.00^Claro_Designer_Radiator.htm^0.00^PRAA111";
s[x++] = "Nola Design Radiator^Nola_Design_Radiator.htm^DRAMATIC STYLING THAT CREATES A REAL FOCAL POINT IN ANY ROOM SETTING^^326^0.00^0.00^Nola_Design_Radiator.htm^0.00^PRAA120";
s[x++] = "Teano Design Radiator^Teano_Design_Radiator.htm^A BOLD ARTISTIC STATEMENT THAT GENERATES HEAT AND INTEREST^^345^0.00^0.00^Teano_Design_Radiator.htm^0.00^PRAA122";
s[x++] = "Palmari Design Radiator^Palmari_Design_Radiator.htm^SIMPLY STRIKING DESIGN RADIATOR^^169^0.00^0.00^Palmari_Design_Radiator.htm^0.00^PRAA127";
s[x++] = "Biano Design Radiator^Biano_Design_Radiator.htm^SIMPLE ELEGANCE^^208^0.00^0.00^Biano_Design_Radiator.htm^0.00^PRAA128";
s[x++] = "Loreno Traditional Radiator^Loreno_Traditional_Radiator.htm^TRADITIONAL STYLING AT ITS SIMPLISTIC BEST.......^^311^0.00^0.00^Loreno_Traditional_Radiator.htm^0.00^PRAA112";
s[x++] = "Victoria Taditional Radiator^Victoria_Taditional_Radiator.htm^TIMELESS TRADITION WITH GREAT HEAT OUTPUT^^311^0.00^0.00^Victoria_Taditional_Radiator.htm^0.00^PRAA124";


//--- ----------------------------------------------
//--- Define the Shipping Zones
var shippingZones   = new Array();
var zoneWeight      = new Array();   // weight^price
var taxItems      = new Array();   // taxcode^percent
var shippingPolicy  = "peritem";

function zone(title,taxrate,taxexempt,description,maxthres,maxprice,minthres,minprice,peritem,perbasket,perpercent,perpolicy){
	this.title        = title;
	this.taxrate      = taxrate;
	this.taxexempt    = taxexempt;
	this.description	= description;
	this.maxthres     = maxthres;
	this.maxprice     = maxprice;
	this.minthres     = minthres;
	this.minprice     = minprice;
	this.peritem      = peritem;
	this.perbasket    = perbasket;
	this.perpercent   = perpercent;
	this.policy   = perpolicy;
}

function taxrate(_key, _value){
	this.key        = _key;
	this.value        = _value;
}

x=0;
taxItems[x++] = new taxrate("VAT",15);
taxItems[x++] = new taxrate("TAX",10);
taxItems[x++] = new taxrate("VAT New",15);

x=0;



shippingZones[x++] = new zone("Please Select","0",0," ",0,0,0,0,0,0,0,"none")
zoneWeight[0] = new Array();


shippingZones[x++] = new zone("United Kingdom - FREE","0",0,"All countries in Europe",999,100,0,0,0,0,0,"perbasket")
zoneWeight[1] = new Array();

