/*
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://serverweb/demo/sahara";
var refpath="http://www.saharagroup.org.np";


with(milonic=new menuname("menu2")){
	style=menuStyle;
	top=0;
	left=0;

	aI("text=About SAHARA Group;url="+refpath+"/about/sahara.php;");
	aI("text=Friends of SAHARA;url="+refpath+"/about/member.php;");
	aI("text=Financial Resources;url="+refpath+"/about/finance.php;");
	aI("text=SAHARA Links;url="+refpath+"/about/links.php;");
	aI("text=HIV/AIDS Awareness;url="+refpath+"/about/hiv.php;");
	aI("text=Study Reports;url="+refpath+"/about/study.php;");
	aI("text=SAHARA Long-term <br />Strategic Planning;url="+refpath+"/about/longterm.php;");
	aI("text=SAHARA Publication;url="+refpath+"/about/publication.php;");
	aI("text=Strategic Planning;url="+refpath+"/about/plan.php;");
	aI("text=Photo Gallery;url="+refpath+"/gallery/;");
	aI("text=News & Articles;url="+refpath+"/news-articles/;");
	aI("text=Contact Us;url="+refpath+"/about/contact.php;");
}

with(milonic=new menuname("menu3")){
	style=menuStyle;
	top=0;
	left=0;

	aI("text=Ongoing Projects;url="+refpath+"/projects/index.php?pType=Ongoing;");
	aI("text=Future Plans;url="+refpath+"/projects/index.php?pType=Future Plans;");
	aI("text=Completed Projects;url="+refpath+"/projects/index.php?pType=Completed;");

}


with(milonic=new menuname("menu4")){
	style=menuStyle;
	top=0;
	left=0;

	aI("text=Membership&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url="+refpath+"/howtohelp/member.php;");
	aI("text=Volunteering;url="+refpath+"/howtohelp/volunteer.php");
	aI("text=Make Donation;url="+refpath+"/howtohelp/donation.php");
}


drawMenus();
