/*
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="#0666BA";//"#D5761C";
oncolor="#FFF";
onbgcolor="#0099CC";//"#660000";

bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding="5px 10px 5px 10px";
fontsize="11px";
fontfamily="Tahoma, Verdana, Arial";
fontstyle="normal";

pagecolor="#FFFFFF";
pagebgcolor="#0099CC";//"#660000";
headercolor="#000000";
headerbgcolor="#FFFFFF";

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

with(milonic=new menuname("menu1")){
var refpath = "http://www.mofa.gov.np/about/";
//var refpath = "http://serverweb/demo/mofa/about/";

style=menuStyle;
top=1;
left=-1;
aI("text=Historical Background;url="+refpath+"history.php;");
aI("text=Objectives of the Ministry;url="+refpath+"objectives.php;");//
aI("text=Functions of the Ministry;url="+refpath+"functions.php;");
aI("text=Organization Structure;url="+refpath+"orgstructure.php;");
aI("text=Divisions;url="+refpath+"divisions.php;");
aI("text=Services;url="+refpath+"services.php;");
}

with(milonic=new menuname("menu2")){
var refpath = "http://www.mofa.gov.np/passportinfo/";
//var refpath = "http://serverweb/demo/mofa/passportinfo/";

style=menuStyle;
top=1;
left=-1;
aI("text=Ordinary Passports;url="+refpath+"ordinarypassport.php;");
aI("text=Diplomatic Passports;url="+refpath+"diplomaticpassport.php;");
aI("text=Official Passports;url="+refpath+"officialpassport.php;");
aI("text=Travel Documents;url="+refpath+"traveldocument.php;");
aI("text=Download Passport Application;url="+refpath+"download.php;");
}

with(milonic=new menuname("menu3")){
var refpath = "http://www.mofa.gov.np/contact/";
//var refpath = "http://serverweb/demo/mofa/contact/";

style=menuStyle;
top=-26;
left=175;
aI("text=Ministry&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url="+refpath+"contact.php;");
aI("text=Missions;url="+refpath+"contactmissions.php;");
//aI("text=Staff List;url="+refpath+"stafflist.php;");
}

with(milonic=new menuname("menu4")){
var refpath = "http://www.mofa.gov.np/regionalCooperation/";
//var refpath = "http://serverweb/demo/mofa/regionalCooperation/";

style=menuStyle;
top=-26;
left=175;
aI("text=Nepal and BIMSTEC;url="+refpath+"bimstec/;");
aI("text=Nepal and SAARC;url="+refpath+"saarc/;");
}

drawMenus();