





	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#66CCFF';			// Background color when mouse is not over
	var LowSubBgColor='#0099FF';// Background color when mouse is not over on subs
	var LowBgImage="url('buttonbg.jpg')";
	var LowSubBgImage='url(sbg.jpg)';
	var LowRepeatDirection='repeat-x';
	var LowSubRepeatDirection='repeat-y';
	var HighBgColor='#A5B7BD';			// Background color when mouse is over
	var HighSubBgColor='#ffffff';			// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#ffffff';			// Font color subs when mouse is not over
	var FontHighColor='#000000';			// Font color when mouse is over
	var FontSubHighColor='#000000';			// Font color subs when mouse is over
	var BorderColor='#ffffff';			// Border color
	var BorderSubColor='#ffffff';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,verdana"	// Font family menu items
	var FontSize=10;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=205;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=5;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=0;			// delay before menu folds in
	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=1;				// Hide first level when loading new document 1 or 0
	var MenuWrap=0;				// 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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=["?getnamedfile=nav_dot.png",5,5,"?getnamedfile=nav_dot.png",5,5,'?getnamedfile=nav_dot.png',5,5];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"


Menu1=new Array("The Organization","#","",7,20,195);
    Menu1_1=new Array("Genesis ","Genesis.php","",0,20,230);
	Menu1_2=new Array("About us","whoweare.php","",0,20,230);
	Menu1_3=new Array("Mission","index.php#m","",0,20,230);
	Menu1_4=new Array("Our Strategies","OperationalStrategies.php","",0,20,230);
	Menu1_5=new Array("The Founder Members","peoplebehind.php","",0,20,230);
	Menu1_6=new Array("Our Partners","whoweare.php#p","",0,20,230);
	Menu1_7=new Array("Where we work","Wherewework.php","",0,20,230);
	//Menu1_5==new Array("Operational Strategies","OperationalStrategies.php","",0,20,130);	
	//Menu1_5=new Array("Partners","partner.htm","",0,20,130);
	//Menu1_6=new Array("Case Studies","casestudies.htm","",0,20,130);

Menu2=new Array("Our Projects","#","",6,20,195);
	Menu2_1=new Array("TEACH Plus","TeachPlus.php","",0,20,240);
	Menu2_2=new Array("Pehla Kadam: Early Childhood Care and Development centres","PehlaKadam.php","",0,40,240);
    Menu2_3=new Array("Girls Education Program","GirlsEduProgram.php","",0,25,240);
	Menu2_4=new Array("Train and Educate Adolescents with Community Help-TEACH ","Teach.php","",0,40,240);
	Menu2_5=new Array("School Health and Hygiene Program ","SchoolHealthandHygiene.php","",0,20,240);
	Menu2_6=new Array("Community Learning Centre ","CommunityLearningCentre.php","",0,20,240);
	
//Menu3=new Array("Our Partners","OurPartners.php","",0,20,100);
Menu3=new Array("Stories of Change","StoriesChange.php","",0,20,195);
//Menu5=new Array("Annual Report","AnualReport.php","",0,20,140);	
//Menu6=new Array("Training and Workshops","WorkshopandTrainings.php","",0,20,135);	
//Menu7=new Array("News & Events","NewsEvents.php","",0,20,120);

Menu4=new Array("Reports","Report.php","",0,20,190);

Menu5=new Array("Get Involved ","#","",2,20,196);
    Menu5_1=new Array("Donate","donation.php","",0,20,195);
	Menu5_2=new Array("Internship/Volunteer","asavolunteer.php","",0,20,195);




	