	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='cc0033';			// Background color when mouse is not over on subs
	var HighBgColor='white';			// Background color when mouse is over
	var HighSubBgColor='white';			// Background color when mouse is over on subs
	var FontLowColor='navy';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='blue';			// Font color subs when mouse is over
	var BorderColor='gray';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='static';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=115;				// Menu offset x coordinate
	var StartLeft=190;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='window';			// Frame where first level appears
	var SecLineFrame='window';			// Frame where sub levels appear
	var DocTargetFrame='text';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


Menu1=new Array("home","/text.htm","",0,20,45);

Menu2=new Array("about us","/about/","",0,20,60);

Menu3=new Array("projects","","",4,20,60);
Menu3_1=new Array("schools","","",2,20,80);
	Menu3_1_1=new Array("chaplaincy at inverclyde academy","/schools/","",0,20,200);
	Menu3_1_2=new Array("mentoring programme","/mentoring/","",0,20,80);
	
Menu3_2=new Array("greenock east end","","",2,20,80);
	Menu3_2_1=new Array("the art of connecting","/art","",0,20,140);		
	Menu3_2_2=new Array("dream","/dream/","",0,20,120);
	
Menu3_3=new Array("gourock","","",1,20,80);	
	Menu3_3_1=new Array("mayhem","/mayhem/","",0,20,80); 
	
Menu3_4=new Array("others","","",3,20,330);
	Menu3_4_1=new Array("inverclyde street prayer team","prayer","",0,20,330);
	Menu3_4_2=new Array("christmas day cafe","/cdc/","",0,20,330);
	Menu3_4_3=new Array("inverclyde youth strategy group","/strategy/","",0,20,330);
				
Menu4=new Array("breakout events","","",2,20,105);
	Menu4_1=new Array("greenbelt","/breakout/greenbelt/","",0,20,140);
 	Menu4_2=new Array("alton towers trip","/breakout/alton/","",0);
	
Menu5=new Array("news","/news/","",2,20,45);
    Menu5_1=new Array("news archive","/news/archive/","",0,20,90);
	Menu5_2=new Array("news letter","/newsletter/","",0,20,90);
	
Menu6=new Array("resources and training","","",2,20,140);
    Menu6_1=new Array("links","/links/","",0,20,220);
	Menu6_2=new Array("Jeremiah 333 - 24hr Support Number","/support","",0,20,200);
 		 
Menu7=new Array("fundraising","","",2,20,80);
	Menu7_1=new Array("banquet","/banquet/","",0,20,100);
    Menu7_2=new Array("donate","/donate/","",0,20,100);

Menu8=new Array("meet the team","/team/","",0,20,90);

	
