/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  *******
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){

	offcolor="#ffffff";
	offbgcolor="#00AEEF";
	oncolor="#FFFF33";
	onbgcolor="#009AD5";

	bordercolor="#00AEEF";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#ffffff";
	separatorsize="1";
	padding="6 20 6 5";
	fontsize="11px";
	fontfamily="Verdana, Arial";
	fontstyle="normal";

	pagecolor="black";
	pagebgcolor="#82B6D7";
	headercolor="#000000";
	headerbgcolor="#FFFFFF";

	subimage="menu/arrow.gif";
	subimagepadding="10";
	overfilter="";
	outfilter="";
}

//var refpath="http://192.168.50.254:81/webserver/ftpclients/sahara";
var refpath="http://www.saharagroup.org.np";


with(milonic=new menuname("menu1")){
	style=menuStyle;
	top=0;
	left=0;

	aI("text=Introduction;url="+refpath+"/about/sahara.php;");
	aI("text=Profile;url="+refpath+"/about/profile.php;");
	aI("text=Partnership &amp; Collaboration;url="+refpath+"/about/partnership.php;");
	aI("text=Keywords;url="+refpath+"/about/keywords.php;");
	aI("text=Contact Information;url="+refpath+"/about/contact.php;");
}


with(milonic=new menuname("menu2")){
	style=menuStyle;
	top=0;
	left=75;
	aI("text=Child Protection &amp; Child Rights;url="+refpath+"/working/child.php;");
	aI("text=Women Empowerment ;url="+refpath+"/working/women.php;");
	aI("text=HIV/AIDS;url="+refpath+"/working/hiv.php;");
	aI("text=Governance;url="+refpath+"/working/governance.php;");
	aI("text=Poverty Alleviation;url="+refpath+"/working/poverty.php;");
	
}

with(milonic=new menuname("menu3")){
	style=menuStyle;
	top=0;
	left=168;

}


with(milonic=new menuname("menu4")){
	style=menuStyle;
	top=0;
	left=300;

	aI("text=Make a Donation;url="+refpath+"/howtohelp/donation.php;");
	//aI("text=Child Sponsorship;url="+refpath+"/howtohelp/sponsorship.php");
	aI("text=Volunteering;url="+refpath+"/howtohelp/volunteer.php");
	aI("text=Send Feedback;url="+refpath+"/howtohelp/feedback.php");
	
}

//with(milonic=new menuname("menu4")){
	//style=menuStyle;
	//top=0;
	//left=388;

	//aI("text=Publications;url="+refpath+"/resources/?cat=1;");
	//aI("text=Reports;url="+refpath+"/resources/?cat=2");
	//aI("text=Photo Gallery;url="+refpath+"/gallery/");
	//aI("text=Fact Sheets;url="+refpath+"/resources/?cat=3");
	//aI("text=Important Links;url="+refpath+"/resources/links.php");
//}

with(milonic=new menuname("menu5")){
	style=menuStyle;
	top=0;
	left=395;

	aI("text=Publications;url="+refpath+"/resources/publication.php;");
	aI("text=Reports &amp; Other Documents;url="+refpath+"/resources/?cat=2");
	aI("text=Photo Gallery;url="+refpath+"/gallery/");
	aI("text=Useful Links;url="+refpath+"/resources/links.php");
}

with(milonic=new menuname("menu6")){
	style=menuStyle;
	top=0;
	left=641;
	
	aI("text=Ongoing Projects;url="+refpath+"/projects/ongoing/");
	aI("text=Completed Projects;url="+refpath+"/projects/completed/");
	aI("text=Other Activities;url="+refpath+"/projects/other/");
	

}


with(milonic=new menuname("menu7")){
	style=menuStyle;
	top=0;
	left=665;
}


drawMenus();

