	

	

	

	_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out

	_menuOpenDelay=150            // The time delay before menus open on mouse over

	_followSpeed=5                // Follow scrolling speed

	_followRate=50                // Follow scrolling Rate

	_subOffsetTop=0               // Sub menu top offset

	_subOffsetLeft=2            // Sub menu left offset

	_scrollAmount=3               // Only needed for Netscape 4.x

	_scrollDelay=20               // Only needed for Netcsape 4.x

	

	

	

	with(XPMainStyle=new mm_style()){

	

	}

	

	

	with(XPMenuStyle=new mm_style()){

	bgcolor="EFEEB6";

	oncolor="#0000FD";

	offbgcolor="FCAF07";

	onbgcolor="F97B09";

	offcolor="#363535";

	bordercolor="#ACACAC";

	borderstyle="solid";

	borderwidth=2;

	//separatorcolor="#F20B2C";

	//separatorpadding="2";

	//separatoralign="right";

	separatorwidth="20%";

	padding=2;

	fontsize="70%";

	fontstyle="normal";

	fontweight="bold";

	fontfamily="Arial";

	onborder="2.0px solid #F9F115";

	subimage="images/arrow.gif";

	overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#ABA000', Direction=135, Strength=5)";

	outfilter="randomdissolve(duration=0.2)";

	menubgimage="images/back1.gif";

	}

	

	

	with(kelagur=new menuname("Main Menu")){

	style=XPMainStyle;

	top=111;

	align="";

	bgcolor="F3541D";

	alwaysvisible=1;

	orientation="horizontal";

	margin=0;

	

	
/* MAIN MENU    */
	

	aI("image=images/logo2.gif;");

	aI("image=buttons/Home.gif;url=index.htm;");


	aI("image=buttons/About-us.gif;url=about_us.htm;");
	aI("image=buttons/Programs.gif;url=#;showmenu=programe;");

	
	aI("image=buttons/events.gif;url=events.htm;");
	aI("image=buttons/Collaborations.gif;url=collaborations.htm;");
	aI("image=buttons/CSR.gif;url=CSR.htm;");
	aI("image=buttons/Contact-us.gif;url=contact-us.htm;");


	
	
	

	}
	/* END MAIN MENU    */

/* SUB  MENU  FOR PROGRAMES  */
	with(kelagur=new menuname("programe")){

	style=XPMenuStyle;

	overflow="scroll";

	margin=1;

	aI("text= &nbsp; Building Sustainable Programs  ;url=#;showmenu=CHDTP;");

	aI("text= &nbsp;Advocacy Skills Building &nbsp;url=#;showmenu=PLHA;");

	aI("text= &nbsp;Youth Empowerment &nbsp;url=#;showmenu=Youth;");
	
	aI("text= &nbsp;Child at Risk &nbsp;showmenu=Child;");

	aI("text= &nbsp;Capacity Building;url=gft.htm;showmenu=cap_bul;");


	}
/* SEND UB  MENU  FOR PROGRAMES  */
/*   SUB SUB MENU OF PROGRAMMES */

with(kelagur=new menuname("CHDTP")){

	style=XPMenuStyle;

	overflow="scroll";

	margin=1;
	aI("text= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CHDTP &nbsp;&nbsp;&nbsp;&nbsp;;url=shine.htm;");

	aI("text= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SHINE &nbsp;&nbsp;&nbsp;&nbsp;;url=shine.htm;");
	
	aI("text= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Facilitating Policy Development  &nbsp;&nbsp;&nbsp;&nbsp;;url=shine.htm;");

	}

with(kelagur=new menuname("PLHA")){

	style=XPMenuStyle;

	overflow="scroll";

	margin=1;

	aI("text= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LAMP &nbsp;&nbsp;&nbsp;&nbsp;url=lamp.htm;");
	aI("text= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;STAR &nbsp;&nbsp;&nbsp;&nbsp;url=star.htm;");
	aI("text= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Swabhimaan &nbsp;&nbsp;&nbsp;&nbsp;;url=swabhimaan.htm;");
	aI("text= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Stigma and discrimination &nbsp;&nbsp;&nbsp;&nbsp;url=stigma_and_discrimination.htm;");

	}
with(kelagur=new menuname("Youth")){

	style=XPMenuStyle;

	overflow="scroll";

	margin=1;
	aI("text= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adolescence and HIV ;url=HIV_prevention.htm;");
	
	aI("text= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Celebrating Life ;url=HIV_prevention.htm;");
	
	aI("text= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Friendly Advisor networks ;url=HIV_prevention.htm;");
		
	}
	
with(kelagur=new menuname("cap_bul")){

	style=XPMenuStyle;

	overflow="scroll";

	margin=1;

	aI("text= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Games for Training &nbsp;&nbsp;&nbsp;&nbsp;url=games_for_Training.htm;");
	aI("text= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Training for Transformation &nbsp;&nbsp;&nbsp;&nbsp;url=games_for_Training.htm;");

	}

with(kelagur=new menuname("Child")){

	style=XPMenuStyle;

	overflow="scroll";

	margin=1;

	aI("text= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Jeevan Amulya &nbsp;&nbsp;&nbsp;&nbsp;url=jeevan_amulya.htm;");
	aI("text= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Advocacy &nbsp;&nbsp;&nbsp;&nbsp;url=advocacy.htm;");
	aI("text= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Counselling &nbsp;&nbsp;&nbsp;&nbsp;url=Counselling.htm;");
	

	}






/* SUM MENU ENDS     */



	

	drawMenus();

	


