var initX       = 154; 
var initY       = 40; 
var backColor   = '#89C935'; 
var borderColor = '#FFFCFF';  
var borderSize  =1; 
var itemHeight  = 20;
var xOverlap    = 0;
var yOverlap    = 0;

menuContent = new Array ();

{
		var xx  = 250;
		var yy  = 117;
		
		var xx1  = 331;
		var yy1  = 117;
		
		var xx2  = 419;
		var yy2  = 117;
		
				
					
}
	
//First Menu
	menuContent [0] = new Array ( 
		-1, 
		-1,
		81,
		xx,
		yy, 
	
		new Array (
				
				'&nbsp;Introduction', 'introduction.htm',
				'&nbsp;Objective', 'objective.htm',
				'&nbsp;Vision', 'vision.htm'
					)
	);
	
	//second Menu
	menuContent [1] = new Array ( 
		-1, 
		-1,
		88,
		xx1,
		yy1, 
	
		new Array (
				
				'&nbsp;Past Projects', 'pastprojects.htm',
				'&nbsp;Current &nbsp;Projects', 'currentprojects.htm',
				'&nbsp;Future &nbsp;Projects', 'futureprojects.htm',
				'&nbsp;International &nbsp;Engagements', 'internationalengagements.htm'
					)
	);
	
	//third Menu
	menuContent [2] = new Array ( 
		-1, 
		-1,
		241,
		xx2,
		yy2, 
	
		new Array (
				
				'&nbsp;Funders – people who give help', 'funderspeoplewhogivehelp.htm',
				'&nbsp;Volunteers', 'volunteers.htm',
				'&nbsp;Case Studies', 'casestudies.htm',
				'&nbsp;Business Link', 'businesslink.htm'
					)
	);
		