
/********************************************************************
You will need to also include: browser-check.js
********************************************************************/

objMenu = new Object;
arrMenu = new Array;

objMenu.hideSelect = 0; //1=hide  0=show
objMenu.Menus = 4; //Number of dropdowns
objMenu.Delimiter = ' | '; //what your using to separate the text and link below.
objMenu.center = 0; //1=true  0=false

for(i=0;i<objMenu.Menus;i++){
	arrMenu[i] = new Array;
}

//arrMenu[i][0] = 'left, top, max width, number of double lined items'
//if center menus is true then left becomes offset

arrMenu[0][0] = '2,176,139,8';
arrMenu[0][1] = '&nbsp;&nbsp;&nbsp;&nbsp;About Us | about.htm';
arrMenu[0][2] = '&nbsp;&nbsp;&nbsp;&nbsp;Story so Far | storysofar.htm';
arrMenu[0][3] = '&nbsp;&nbsp;&nbsp;&nbsp;Photo Album | photoalbum.htm';

arrMenu[1][0] = '78,176,202,16';
arrMenu[1][1] = 'Brathay Marathon 20th May | 2007_brathay_marathon.htm';
arrMenu[1][2] = 'Hope 2007 | 2007_hope_07.htm';
arrMenu[1][3] = 'Prayer Tour | 2007_prayer_tour.htm';

arrMenu[2][0] = '136,176,200,16';
arrMenu[2][1] = 'Training Day - January | 2008_faithsforchange.htm';
arrMenu[2][2] = 'Half Marathon - March | 2008_halfmarathon.htm';
arrMenu[2][3] = 'Festival of Hope | 2008_festival_of_hope.htm';
arrMenu[2][4] = 'Capital of Culture | 2008_capital_of_culture.htm';
arrMenu[2][5] = 'Hope 08 | 2008_hope_08.htm';

arrMenu[3][0] = '277,176,198,8';
arrMenu[3][1] = '{NAME?} | #';
arrMenu[3][2] = '{NAME?} | #';
arrMenu[3][3] = '{NAME?} | #';




constructMenus();