/*
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="#666699";
	oncolor="#ff3333";
	onbgcolor="#666699";

	bordercolor="#666699";
	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://testserver/ncn/";
//var refpath="http://www.netherlandsconsulate.org.np/";

with(milonic=new menuname("menu1")){
	style=menuStyle;
	top=-20;
	left=182;

	aI("showmenu=menu1a;text=Country Information;");
}

with(milonic=new menuname("menu1a")){
	style=menuStyle;
	top=181;
	left=380;

	aI("text=Government Institutions;url=http://www.minbuza.nl/default.asp?CMS_ITEM=MBZ257783;target=blank");
	aI("text=History and Symbols;url=http://www.minbuza.nl/default.asp?CMS_ITEM=MBZ257592;target=blank");
	aI("text=The Royal House;url=http://www.koninklijkhuis.nl/UK/welcome.php;target=blank");
	aI("text=General Information;url=http://www.minbuza.nl/default.asp?CMS_ITEM=MBZ257574;target=blank");
	aI("text=Telephone Directory;url=http://www.nationaletelefoongids.nl/;target=blank");
	aI("text=Frequently Asked Questions;url=http://www.minbuza.nl/default.asp?CMS_ITEM=MBZ457281;target=blank");
}

with(milonic=new menuname("menu2")){
	style=menuStyle;
	top=-30;
	left=182;

	aI("text=Visa;url=visas.php;");
	aI("text=Legalisation;url=legalisation.php;");
	aI("text=Passports (Dutch Only);url=passport.php;");
	aI("text=Assistance to &nbsp;&nbsp;Netherlands nationals in &nbsp;&nbsp;Nepal;url=assistance.php;");
}

with(milonic=new menuname("menu3")){
	style=menuStyle;
	top=-35;
	left=182;

	aI("text=Tourist Registration Form;url=tourist.php;");
	aI("text=Student and Volunteer Registration Form;url=studentreg.php;");
	aI("text=Resident Registration Form;url=regnetherlands.php;");

}


with(milonic=new menuname("menu4")){
	style=menuStyle;
	top=-20;
	left=182;

	aI("text=PSI and MMF;url=psomandmmf.php;");
	aI("text=The Netherlands Economy;url=http://www.hollandtrade.com;target=blank");
	aI("text=Ministry of Economic Affairs;url=http://www.minez.nl/homepages/english_home.htm;target=blank");
}

with(milonic=new menuname("menu5")){
	style=menuStyle;
	top=-15;
	left=182;

	aI("text=Cultural Events in the Netherlands;url=http://www.minbuza.nl/default.asp?CMS_ITEM=MBZ429912;target=blank");
	aI("text=Cultural Events in Nepal;url=http://www.nepalhomepage.com/ecommunity/events/;target=blank");
}



with(milonic=new menuname("menu6")){
	style=menuStyle;
	top=-20;
	left=182;

	aI("text=Netherlands Bureau of Tourism;url=http://www.holland.com;target=blank");
	aI("text=Places of Interest;url=http://www.netherlands.org.au/embassy.php?id=40;target=blank");
	aI("text=Useful Links Related to Tourism;url=http://www.netherlands.org.au/embassy.php?id=41;target=blank");
	aI("text=Nepal Tourism Board;url=http://www.welcomenepal.com;target=blank");
	aI("text=Nepal Home Page;url=http://www.nepalhomepage.com;target=blank");

}



drawMenus();
