/*
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="#999999";
oncolor="#FFFFFF";
onbgcolor="#CC3333"; 

bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding="3 20 4 5";
fontsize="11px";
fontfamily="Tahoma, Verdana, Arial";
fontstyle="normal";

pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#FFFFFF";

subimage=refpath+"images/groupImage.gif";
subimagepadding="3";
overfilter="";
outfilter="";
}

//var refpath = "http://testserver/nepalbank/";
var refpath = "http://www.nepalbank.com.np/";

with(milonic=new menuname("menuLo")){
style=menuStyle;
top=0;
left=0;
aI("text=Corporate Loans;url="+refpath+"loan/corporate.php;");
aI("showmenu=menuLoSub;text=Consumer Loans;");
//aI("text=Personal Loans;url="+refpath+"loan/personal.php;");//
//aI("text=Education Loans;url="+refpath+"loan/educationloan.php;");
//aI("text=Morgtage Loans;url="+refpath+"loan/morgtage.php;");
}

with(milonic=new menuname("menuLoSub")){
style=menuStyle;

//aI("text=NBL Sahuliyat Bachat Khata;url="+refpath+"sahuliyat.php;");
aI("text=Personal Loans;url="+refpath+"loan/personal.php;");
aI("text=Auto Loans;url="+refpath+"loan/autoloan.php;");//
aI("text=Margin Lending;url="+refpath+"loan/marginlending.php;");
aI("text=Home Loans;url="+refpath+"loan/homeloan.php;");
}


with(milonic=new menuname("menu0d")){
style=menuStyle;
top=0;
left=13;
aI("text=Current Account;url="+refpath+"deposit/currentaccount.php;");
aI("text=Saving Account;url="+refpath+"deposit/savingaccount.php;");
aI("text=Fixed Account;url="+refpath+"deposit/fixedaccount.php;");
aI("showmenu=menuodSub;text=Other Accounts;");
//aI("text=Other Accounts;url="+refpath+"deposit/otheraccounts.php;");
}


with(milonic=new menuname("menuodSub")){
style=menuStyle;
aI("text=NBL Sahuliyat Bachat Khata;url="+refpath+"sahuliyat.php;");
}



with(milonic=new menuname("menure")){
style=menuStyle;
top=0;
left=0;
aI("text=NBL Web Remit;url="+refpath+"remittance.php;");
aI("text=NBL Remittance Products;url="+refpath+"remittance2.php;");
}

with(milonic=new menuname("menuOt")){
style=menuStyle;
top=0;
left=0;
aI("text=Safe Deposit Vaults;url="+refpath+"deposit.php;");
aI("text=Trade Finance;url="+refpath+"trade.php;");
aI("text=SMS Banking;url="+refpath+"smsbanking.php;");
aI("text=Any Branch Banking Services (ABBS);url="+refpath+"abbs.php;");
aI("text=Internet Banking;url="+refpath+"bank/general.php;");
aI("text=ATM / Debit Card;url="+refpath+"atm.php;");
//aI("text=Locker;url="+refpath+"#;");//
}

with(milonic=new menuname("menuRes")){
style=menuStyle;
top=0;
left=0;
aI("text=Financial Results;url="+refpath+"financialresults/index.php;");
aI("text=Interest Rate;url="+refpath+"interest/index.php;");
aI("text=Exchange Rate;url="+refpath+"exchangerate/index.php;");
aI("text=Application Form;url="+refpath+"pdf/finalaccountopening.pdf;");
//aI("text=Locker;url="+refpath+"#;");//
}


with(milonic=new menuname("menuOv")){
style=menuStyle;
top=3;
left=-6;
aI("text=History;url="+refpath+"bankoverview/history.php;");
aI("text=Introduction;url="+refpath+"bankoverview/introduction.php;");
aI("text=Executive Management;url="+refpath+"bankoverview/executive.php;");
aI("text=Organization Structure;url="+refpath+"bankoverview/organisation.php;");
aI("text=Network;url="+refpath+"bankoverview/network.php;");

}

with(milonic=new menuname("menuRe")){
style=menuStyle;
top=3;
left=-6;
aI("text=History;url="+refpath+"bankoverview/history.php;");
aI("text=Introduction;url="+refpath+"bankoverview/introduction.php;");
aI("text=Executive Management;url="+refpath+"bankoverview/executive.php;");
aI("text=Organization Structure;url="+refpath+"bankoverview/organisation.php;");
aI("text=Network;url="+refpath+"bankoverview/network.php;");

}

drawMenus();