/*
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="#537FDA";
	oncolor="#FFFF33";
	onbgcolor="#96B0E9";

	bordercolor="#ffffff";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#336699";
	separatorsize="1";
	padding="3px 20px 4px 5px";
	fontsize="11px";
	fontfamily="Verdana, Arial";
	fontstyle="normal";

	pagecolor="black";
	pagebgcolor="#82B6D7";
	headercolor="#000000";
	headerbgcolor="#FFFFFF";

	subimage=refpath+"images/menuarrow.gif";
	subimagepadding="3";
	overfilter="";
	outfilter="";
}

//var refpath="http://serverweb/demo/unrcpd";
var refpath="http://www.unrcpd.org.np";

with(milonic=new menuname("aboutunrcpd")){
	style=menuStyle;
	top=0;
	left=0;
	aI("text=Welcome Statement;url="+refpath+"/about/welcome.php;");
	aI("text=Who is Who?;url="+refpath+"/about/who.php;");
	aI("text=Mandate;url="+refpath+"/about/mandate.php;");
	aI("text=Geographical Coverage & Country Profiles;url="+refpath+"/about/geographical.php;");
	aI("text=UNRCPD & UNODA;url="+refpath+"/about/unrcpdandunoda.php;");
	//aI("text=Donors;url="+refpath+"/about/#;");
	aI("text=Employment;url="+refpath+"/about/employment.php;");
	aI("text=Contact Us;url="+refpath+"/about/contact.php;");
}

with(milonic=new menuname("activities")){
	style=menuStyle;
	top=0;
	left=0;
	aI("text=Conferences & Workshops&nbsp;;url="+refpath+"/activities/conferences/;");
	aI("text=Projects;url="+refpath+"/activities/projects/;");
}

with(milonic=new menuname("library")){
	style=menuStyle;
	top=0;
	left=0;
	aI("text=Statements&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url="+refpath+"/library/library.php?cat_id=1;");
	aI("text=Resolutions;url="+refpath+"/library/library.php?cat_id=2;");
	aI("text=Reports;url="+refpath+"/library/library.php?cat_id=3;");
	aI("text=Publications;url="+refpath+"/library/library.php?cat_id=4;");
//	aI("text=Related Links;url="+refpath+"/library/links.php;");
}
drawMenus();
