/*
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="#336699";
	offbgcolor="#CCDDEE";
	oncolor="#FFFFFF";
	onbgcolor="#6699CC"; 

	bordercolor="#336699";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#336699";
	separatorsize="1";
	padding="3 20 4 5";
	fontsize="11px";
	fontfamily="Verdana, Arial";
	fontstyle="normal";

	pagecolor="black";
	pagebgcolor="#82B6D7";
	headercolor="#000000";
	headerbgcolor="#FFFFFF";

	subimage="menu/arrow.gif";
	subimagepadding="3";
	overfilter="";
	outfilter="";
}


with(milonic=new menuname("affectedmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=India;url=/tsunami/india.shtml;");
	aI("text=Indonesia;url=/tsunami/indonesia.shtml;");
	aI("text=Malaysia;url=/tsunami/malaysia.shtml;");
	aI("text=Maldives;url=/tsunami/maldives.shtml;");
	aI("text=Myanmar;url=/tsunami/myanmar.shtml;");
	aI("text=Seychelles;url=/tsunami/seychelles.shtml;");
	aI("text=Somalia;url=/tsunami/somalia.shtml;");
	aI("text=Sri Lanka;url=/tsunami/srilanka.shtml;");
	aI("text=Thailand;url=/tsunami/thailand.shtml;");
}



with(milonic=new menuname("featuremenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Natural Disaster Recovery & Reduction;url=/tsunami/feature_natural_disaster.shtml;");
	aI("text=Helping Local Governments & Civil Society;url=/tsunami/feature_cs.shtml;");
	aI("text=Local Initiatives to Fight Poverty;url=/tsunami/feature_localpov.shtml;");
	aI("text=Private Sector Development;url=/tsunami/feature_privatesector.shtml;");
	aI("text=Waste Management & Sustainable Development;url=/tsunami/feature_sustdev.shtml;");
	aI("text=Gender & MDGs;url=/tsunami/feature_gender.shtml;");
	aI("text=All Stories;url=/tsunami/feature_list2.shtml;");
}

with(milonic=new menuname("busmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=UN Flash Appeal Expenditure Tracking ;url=http://ocha.unog.ch/ets/Default.aspx;");
	aI("text=Development Assistance Database - DAD Maldives;url=http://dad.finance.gov.mv/DAD_Maldives/;");
	aI("text=Development Assistance Database - DAD Sri Lanka;url=http://dad.tafren.gov.lk/dad/;");
	aI("text=Development Assistance Database - DAD Thailand;url=http://dadthailand.mfa.go.th/dad/;");
	
}


with(milonic=new menuname("partmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=UN Volunteers;url=http://unv.org/news_media/emerg_relief.htm");
	aI("text=UNICEF;url=http://www.unicef.org/emerg/disasterinasia/24615_24977.html;");
	aI("text=FAO;url=http://www.fao.org/tsunami/;");
	aI("text=UNESCO;url=http://portal.unesco.org/en/ev.php-URL_ID=24497&URL_DO=DO_TOPIC&URL_SECTION=201.html;");
	aI("text=WFP;url=http://www.wfp.org/english/?ModuleID=137&Key=1858;");
}

drawMenus();
