//-- 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++] = "Anniversary mug^Anniversary_mug.htm^A bright, cheerful mug for everyday use^^4^0.00^0.00^Anniversary_mug.htm^330.00^MUG001";
s[x++] = "Anniversary keyring^Anniversary_keyring.htm^A stylish keyring in satin-finished stainless steel^^1.5^0.00^0.00^Anniversary_keyring.htm^70.00^KR001";
s[x++] = "Anniversary pen^Anniversary_pen.htm^A handy biro for everyday use^^0.3^0.00^0.00^Anniversary_pen.htm^28.00^PEN001";
s[x++] = "Anniversary bag^Anniversary_bag.htm^A colourful, large capacity shopping bag^^2^0.00^0.00^Anniversary_bag.htm^70.00^BAG001";
s[x++] = "Here In This Place - CD^Here_In_This_Place_-_CD.htm^^^5^0.00^0.00^Here_In_This_Place_-_CD.htm^120.00^HITP-CD";
s[x++] = "Here In This Place - Tape^Here_In_This_Place_-_Tape.htm^^^3^0.00^0.00^Here_In_This_Place_-_Tape.htm^100.00^HITP-T";
s[x++] = "The Cross (5)^The_Cross_(5).htm^The Cross (pack of 5)^^2.5^0.00^0.00^The_Cross_(5).htm^90.00^PRAA170";
s[x++] = "The Cross (10)^The_Cross_(10).htm^The Cross (pack of 10)^^4.5^0.00^0.00^The_Cross_(10).htm^180.00^PRAA167";
s[x++] = "The Risen Lord (5)^The_Risen_Lord_(5).htm^The Risen Lord (pack of 5)^^2.5^0.00^0.00^The_Risen_Lord_(5).htm^90.00^PRAA171";
s[x++] = "The Risen Lord (10)^The_Risen_Lord_(10).htm^The Risen Lord (pack of 10)^^4.5^0.00^0.00^The_Risen_Lord_(10).htm^180.00^PRAA166";
s[x++] = "The Easter Mass (5)^The_Easter_Mass_(5).htm^The Easter Mass (pack of 5)^^2.5^0.00^0.00^The_Easter_Mass_(5).htm^90.00^PRAA172";
s[x++] = "The Easter Mass (10)^The_Easter_Mass_(10).htm^The Easter Mass (pack of 10)^^4.5^0.00^0.00^The_Easter_Mass_(10).htm^180.00^PRAA168";
s[x++] = "Easter Assortment (5)^Easter_Assortment_(5).htm^Easter Assortment (pack of 5)^^2.5^0.00^0.00^Easter_Assortment_(5).htm^90.00^PRAA173";
s[x++] = "Easter Assortment (10)^Easter_Assortment_(10).htm^An assortment comprising all three designs (pack of 10)^^4.5^0.00^0.00^Easter_Assortment_(10).htm^180.00^PRAA169";
s[x++] = "Snow At St Thomas's^Snow_At_St_Thomas's.htm^Snow At St Thomas's (pack of 10)^^4.5^0.00^0.00^Snow_At_St_Thomas's.htm^0.00^PRAA183";
s[x++] = "Tree And Tabernacle^Tree_And_Tabernacle.htm^Tree And Tabernacle (pack of 10)^^4.5^0.00^0.00^Tree_And_Tabernacle.htm^180.00^PRAA182";
s[x++] = "Mary And Jesus^Mary_And_Jesus.htm^Mary And Jesus (pack of 10)^^4.5^0.00^0.00^Mary_And_Jesus.htm^180.00^PRAA181";
s[x++] = "Three Kings^Three_Kings.htm^Three Kings (pack of 10)^^4.5^0.00^0.00^Three_Kings.htm^180.00^PRAA179";
s[x++] = "Crib Scene^Crib_Scene.htm^Crib Scene (pack of 10)^^4.5^0.00^0.00^Crib_Scene.htm^180.00^PRAA180";
s[x++] = "Assortment (2010 designs)^Assortment_(2010_designs).htm^Assortment of the 5 new designs (pack of 10)^^4.5^0.00^0.00^Assortment_(2010_designs).htm^180.00^PRAA184";
s[x++] = "The Annunciation^The_Annunciation.htm^The Angel Gabriel visits Mary (pack of 10)^^4^0.00^0.00^The_Annunciation.htm^180.00^PRAA128";
s[x++] = "Visit of the Magi^Visit_of_the_Magi.htm^Depicting the Magi's visit to the new-born child (pack of 10)^^4^0.00^0.00^Visit_of_the_Magi.htm^180.00^PRAA129";
s[x++] = "The Presentation^The_Presentation.htm^The Presentation of Jesus at the Temple (pack of 10)^^4^0.00^0.00^The_Presentation.htm^180.00^PRAA130";
s[x++] = "Flight into Egypt^Flight_into_Egypt.htm^The Holy Family flees from Herod (pack of 10)^^4^0.00^0.00^Flight_into_Egypt.htm^180.00^PRAA131";
s[x++] = "Assortment (2009 designs)^Assortment_(2009_designs).htm^An assortment comprising all four designs (pack of 10)^^4^0.00^0.00^Assortment_(2009_designs).htm^180.00^PRAA132";
s[x++] = "Donate £2^Donate_£2.htm^If possible, please Gift Aid your donation - see link on Home page ^^2^0.00^0.00^Donate_£2.htm^0.00^PRAA137";
s[x++] = "Donate £5^Donate_£5.htm^If possible, please Gift Aid your donation - see link on Home page^^5^0.00^0.00^Donate_£5.htm^0.00^PRAA133";
s[x++] = "Donate £10^Donate_£10.htm^If possible, please Gift Aid your donation - see link on Home page^^10^0.00^0.00^Donate_£10.htm^0.00^PRAA134";
s[x++] = "Donate £15^Donate_£15.htm^If possible, please Gift Aid your donation - see link on Home page^^15^0.00^0.00^Donate_£15.htm^0.00^PRAA135";
s[x++] = "Donate £20^Donate_£20.htm^If possible, please Gift Aid your donation - see link on Home page^^20^0.00^0.00^Donate_£20.htm^0.00^PRAA136";
s[x++] = "The Way of the Cross^The_Way_of_the_Cross.htm^Images, prayers and readings for the Stations of the Cross^^3^0.00^0.00^The_Way_of_the_Cross.htm^80.00^PRAA164";
s[x++] = "The Way of the Cross - pack of 10^The_Way_of_the_Cross_-_pack_of_10.htm^Images, prayers and readings for the Stations of the Cross^^25^0.00^0^The_Way_of_the_Cross_-_pack_of_10.htm^800.00^PRAA165";
s[x++] = "On This Mountain^On_This_Mountain.htm^Author: Fr Dean Atkins^^3^0.00^0.00^On_This_Mountain.htm^80.00^PRAA174";
s[x++] = "Standing in the Wings^Standing_in_the_Wings.htm^Author: Fr Dean Atkins^^2^0.00^0.00^Standing_in_the_Wings.htm^80.00^PRAA175";
s[x++] = "The Word To Set You Free^The_Word_To_Set_You_Free.htm^Author: David Brown; published by SPCK 1995^^3^0.00^0.00^The_Word_To_Set_You_Free.htm^300.00^PRAA138";
s[x++] = "The Church in the Midst of Creation^The_Church_in_the_Midst_of_Creation.htm^Author: Vincent Donovan; published by SCM Press 1989^^3^0.00^0.00^The_Church_in_the_Midst_of_Creation.htm^250.00^PRAA139";
s[x++] = "Mark My Word^Mark_My_Word.htm^Author: Richard Giles; Canterbury Press 1995^^2^0.00^0.00^Mark_My_Word.htm^150.00^PRAA141";
s[x++] = "Faith In Momentum^Faith_In_Momentum.htm^Author: George Guiver; published by SPCK 1990^^2^0.00^0.00^Faith_In_Momentum.htm^150.00^PRAA142";
s[x++] = "The Sacrament of Easter^The_Sacrament_of_Easter.htm^Authors: Roger Greenacre & Jeremy Haselock; published by Gracewing 1989.^^2^0.00^0.00^The_Sacrament_of_Easter.htm^225.00^PRAA143";
s[x++] = "Word Over All^Word_Over_All.htm^Author: Eric James; published by SPCK 1992.^^3^0.00^0.00^Word_Over_All.htm^275.00^PRAA144";
s[x++] = "Care And Conflict^Care_And_Conflict.htm^Author: Kenneth Leech; published by Darton, Longman & Todd 1990.^^3^0.00^0.00^Care_And_Conflict.htm^200.00^PRAA145";
s[x++] = "The Gospel Connection^The_Gospel_Connection.htm^Author: Michael Marshall; published by Darton, Longman & Todd 1990.^^3^0.00^0.00^The_Gospel_Connection.htm^250.00^PRAA146";
s[x++] = "The Greening of the Church^The_Greening_of_the_Church.htm^Author: Sean McDonagh; published by Geoffrey Chapman 1990.^^3^0.00^0.00^The_Greening_of_the_Church.htm^275.00^PRAA147";
s[x++] = "A Short History of the Oxford Movement^A_Short_History_of_the_Oxford_Movement.htm^Author: S L Ollard; published by Faith Press Reprints - first published in 1915.^^2^0.00^0.00^A_Short_History_of_the_Oxford_Movement.htm^200.00^PRAA148";
s[x++] = "A Feast for Advent^A_Feast_for_Advent.htm^Author: Delia Smith; published by BRF 1983.^^2^0.00^0.00^A_Feast_for_Advent.htm^100.00^PRAA149";
s[x++] = "The Lion and the Bull^The_Lion_and_the_Bull.htm^Author: Henry Wansbrough; published by Darton, Longman & Todd.^^3^0.00^0.00^The_Lion_and_the_Bull.htm^325.00^PRAA150";
s[x++] = "Say Yes To God^Say_Yes_To_God.htm^Editor: Martin Warner; published by Tufton Books 1996.^^4^0.00^0.00^Say_Yes_To_God.htm^275.00^PRAA151";
s[x++] = "Celebrating Common Prayer^Celebrating_Common_Prayer.htm^Published by Mowbray 1992.^^3^0.00^0.00^Celebrating_Common_Prayer.htm^575.00^PRAA153";
s[x++] = "A History of Israel^A_History_of_Israel.htm^Author: John Bright; published by SCM Press 1960^^4^0.00^0.00^A_History_of_Israel.htm^1025.00^PRAA154";
s[x++] = "The Study of Liturgy^The_Study_of_Liturgy.htm^Editors: Cheslyn Jones, Geoffrey Wainsright, Edward Yarnold; published by SPCK 1978^^3^0.00^0.00^The_Study_of_Liturgy.htm^850.00^PRAA155";
s[x++] = "The Early Liturgy to the Time of Gregory the Great^The_Early_Liturgy_to_the_Time_of_Gregory_the_Great.htm^Author: Josef A Jungmann; published by Darton, Longman & Todd 1959^^3^0.00^0.00^The_Early_Liturgy_to_the_Time_of_Gregory_the_Great.htm^575.00^PRAA156";
s[x++] = "Liturgy and Worship^Liturgy_and_Worship.htm^Editor: W K Lowther Clarke, assisted by Charles Harris; published by SPCK 1964^^4^0.00^0.00^Liturgy_and_Worship.htm^1000.00^PRAA157";
s[x++] = "Amos, Hosea, Micah^Amos,_Hosea,_Micah.htm^Author: Henry McKeating; published by Cambridge University Press 1971^^2^0.00^0.00^Amos,_Hosea,_Micah.htm^250.00^PRAA158";
s[x++] = "Jeremiah 1-25^Jeremiah_1-25.htm^Author: E W Nicholson; published by Cambridge University Press 1973^^2^0.00^0.00^Jeremiah_1-25.htm^300.00^PRAA159";
s[x++] = "The Christian Altar in History and Today^The_Christian_Altar_in_History_and_Today.htm^Author: Cyril E Pocknee; published by A R Mowbray for the Alcuin Club 1963^^3^0.00^0.00^The_Christian_Altar_in_History_and_Today.htm^475.00^PRAA160";
s[x++] = "Parish Prayers^Parish_Prayers.htm^Editor: Frank Colquhoun; published by Hodder and Stoughton 1967^^4^0.00^0.00^Parish_Prayers.htm^700.00^PRAA161";
s[x++] = "4'' Wood crucifix^4''_Wood_crucifix.htm^4'' Wood crucifix with oxidised Corpus - brown^^4^0.00^0.00^4''_Wood_crucifix.htm^40.00^PRAA176";
s[x++] = "6'' Hand made and painted cross^6''_Hand_made_and_painted_cross.htm^6'' Hand painted wood cross^^7.5^0.00^0.00^6''_Hand_made_and_painted_cross.htm^40.00^PRAA177";
s[x++] = "Wood & rope rosary beads^Wood___rope_rosary_beads.htm^Rosary with strong round wood beads on rope^^4^0.00^0.00^Wood___rope_rosary_beads.htm^40.00^PRAA178";


//--- ----------------------------------------------
//--- Define the Shipping Zones
var shippingZones   = new Array();
var zoneWeight      = new Array();   // weight^price
var taxItems      = new Array();   // taxcode^percent
var shippingPolicy  = "percartweight";

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("TAX FREE",0);

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("UK Mainland","TAX FREE",1,"UK (Excludes Channel Islands and Isle of Man)",150,100,0,0,0,0,0,"percartweight")
zoneWeight[1] = new Array();
zoneWeight[1][0] = "1^1.08";
zoneWeight[1][1] = "101^1.41";
zoneWeight[1][2] = "251^1.85";
zoneWeight[1][3] = "501^2.24";
zoneWeight[1][4] = "751^2.70";
zoneWeight[1][5] = "1001^4.45";
zoneWeight[1][6] = "1251^5.15";
zoneWeight[1][7] = "1501^5.85";
zoneWeight[1][8] = "1751^6.55";
zoneWeight[1][9] = "2001^8.22";
zoneWeight[1][10] = "4001^11.02";
zoneWeight[1][11] = "6001^13.82";


shippingZones[x++] = new zone("All European Countries","TAX FREE",1,"All countries in Eastern & Western Europe and Scandinavia",150,100,0,0,0,0,0,"percartweight")
zoneWeight[2] = new Array();
zoneWeight[2][0] = "1^1.21";
zoneWeight[2][1] = "101^1.31";
zoneWeight[2][2] = "121^1.45";
zoneWeight[2][3] = "141^1.57";
zoneWeight[2][4] = "161^1.70";
zoneWeight[2][5] = "181^1.82";
zoneWeight[2][6] = "201^1.95";
zoneWeight[2][7] = "221^2.06";
zoneWeight[2][8] = "241^2.18";
zoneWeight[2][9] = "261^2.31";
zoneWeight[2][10] = "281^2.44";
zoneWeight[2][11] = "301^3.54";
zoneWeight[2][12] = "501^6.29";
zoneWeight[2][13] = "1001^11.29";


shippingZones[x++] = new zone("Rest of the World","TAX FREE",1,"Everywhere else",150,100,0,0,0,0,0,"percartweight")
zoneWeight[3] = new Array();
zoneWeight[3][0] = "1^1.68";
zoneWeight[3][1] = "101^1.93";
zoneWeight[3][2] = "121^2.19";
zoneWeight[3][3] = "141^2.44";
zoneWeight[3][4] = "161^2.70";
zoneWeight[3][5] = "181^2.94";
zoneWeight[3][6] = "201^3.18";
zoneWeight[3][7] = "221^3.41";
zoneWeight[3][8] = "241^3.64";
zoneWeight[3][9] = "261^3.88";
zoneWeight[3][10] = "281^4.11";
zoneWeight[3][11] = "301^6.51";
zoneWeight[3][12] = "501^12.26";
zoneWeight[3][13] = "1001^23.26";

