fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=50;
_menuOpenDelay=50;
_subOffsetTop=0;
_subOffsetLeft=2;

with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Arial, Tahoma";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#152C43";
offcolor="#33CCFF";
onbgcolor="#152C43";
oncolor="#ff0000";
outfilter="randomdissolve(duration=0)";
overfilter="Fade(duration=.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=6;
pagebgcolor="#152C43";
pagecolor="#33CCFF";
separatorcolor="#ffffff";
separatorsize=1;
subimage="";
subimagepadding=1;
}

with(milonic=new menuname("Aboutus")){
style=menuStyle;
borderstyle="solid";
borderwidth=2;
bordercolor="#ffffff";
aI("text=Profile;url=aboutus.html;")
aI("text=Chairman's View ;url=message.htm;")
aI("text=Board Of Directors ;url=boardofdirectors.htm;")
aI("text=Management Team&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=ourmanagment.htm;")
aI("text=Financial Health;url=financialhealth.htm;")
aI("text=Bank Motive & Logo;url=bankmotive.html;")
}

with(milonic=new menuname("Loans")){
style=menuStyle;
aI("text=Agriculture Loans;url=loans.html;");
aI("text=Non-Agriculture Loans;url=nonagricultural.htm;");
aI("text=Consumer Loans;url=consumerloan.htm;");
aI("text=EMI Calculator;url=emi.htm;");
}

with(milonic=new menuname("Banking")){
style=menuStyle;
borderwidth=0;
aI("text=Demand Draft;url=Demanddraft.htm;");
aI("text=OBC-IBC;url=obc.htm;");
aI("text=Other Charges;url=charges.htm;");
aI("text=Lockers;url=locker.htm;")
aI("text=Fixed Deposit;url=fixeddep.htm;");
}

with(milonic=new menuname("Insurance")){
style=menuStyle;
aI("text=Agriculture Insurance ;url=otherins.htm;");
aI("text=Life Insurance;url=aviva.htm;");
aI("text=General Insurance;url=bajaj.htm;");
}
with(milonic=new menuname("Others")){
style=menuStyle;
aI("text=Vaidyanathan Committee;url=Vaidyanathan.htm;");
aI("text=Key Commitments;url=keycometment.htm;");
aI("text=Pacs ;url=pacs.htm;");
aI("text=Samanvaya Bhawan ;url=Samanvaya.htm;");
aI("text=Photo Gallery ;url=gallery.htm;");
aI("text=Circulars ;url=login_user.php;");
}

drawMenus();



