_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=200            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#99ccff";
oncolor="#000099";
offbgcolor="#000099";
offcolor="#ffffff";
bordercolor="#ccffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ccff99";
separatorsize="1";
padding=7;
fontsize="75%";
fontstyle="bold";
fontfamily="Verdana";
pagecolor="ffffff";
pagebgcolor="#99ccff";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(met=new menuname("Main Menu")){
style=menuStyle;
top=135;
left=94;
alwaysvisible=1;
orientation="vertical";
aI("");
aI("text=About Us ;showmenu=mast;");
aI("text=Membership Info ;showmenu=mast1;");
aI("text=Nisaa Circulars ;showmenu=mast2;");
aI("text=Nisaa Activity ;showmenu=mast3;");
aI("text=Monthly E C Meeting;url=monthlyecmeetings.htm;");
aI("text=Northern India Terminals;showmenu=mast4;");
aI("text=Train Operators ;showmenu=trans;");
aI("text=Statistics ;showmenu=mast5;");
}

with(met=new menuname("mast")){
style=menuStyle;
aI("text=History;url=history.htm;");
aI("text=Mission;url=mission.htm;");
aI("text=NISAA Management;url=n_management.htm;");
aI("text=Past Presidents And E C Members;url=listofpastpresident.htm;");
}
with(met=new menuname("mast1")){
style=menuStyle;
aI("text=Memorandum of Association;url=memorandum.htm;");
aI("text=Rules & Regulations of NISAA;url=rules&reg.htm;");
aI("text=Categories of Membership;url=categoryofmemship.htm;");
aI("text=Criteria of Admission;url=criteria_of_addmission.htm;");
aI("text=Entrance Fee & Annual Subscription;url=enterance_fee.htm;");
aI("text=Application for Membership;url=index.aspx;");
aI("text=List of NISAA Members;url=listofnisaamembers.htm;");
}
with(met=new menuname("mast2")){
style=menuStyle;
aI("text=CONCOR Circulars;url=concorcirculars.htm;");
aI("text=Customs Circulars;url=customscirculars.htm;");
aI("text=CSLA Communication;url=cslacommunication.htm;");
aI("text=MANSA Communication;url=mansacommunication.htm;");
aI("text=FEDSAI Communication;url=fedsaicommunication.htm;");
aI("text=Miscellaneous Notifications;url=miscellaneousnotifications.htm;");
}
with(met=new menuname("mast3")){
style=menuStyle;
aI("text=NISAA News;url=nisaanews.htm;");
aI("text=PGC Meetings;url=pgcmeeting.htm;");
aI("text=Trade Meetings;url=trademeetings.htm;");
aI("text=Annual NISAA Events ;url=annualnisaaevents.htm;");
aI("text=Forthcoming Events ;url=forthcomingevents.htm;");
}

with(met=new menuname("mast4")){
style=menuStyle;
aI("text=NCR;url=nothernindiaterminal.htm;");
aI("text=Punjab;url=nothernindiaterminal.htm;");
aI("text=Uttar Pradesh ;url=nothernindiaterminal.htm;");
aI("text=Rajasthan ;url=nothernindiaterminal.htm;");
}

with(met=new menuname("Trans")){
style=menuStyle;
aI("text=CONCOR;url=concor.htm;");
}

with(met=new menuname("mast5")){
style=menuStyle;
aI("text=Volumes;url=volume.htm;");
aI("text=Concor;url=Concor_Statistics.html;");
}

with(met=new menuname("client")){
style=menuStyle;
aI("text=Add Client;url=client.aspx;");

}

with(met=new menuname("Branch")){
style=menuStyle;
aI("text=Add Branch;url=branch.aspx;");
}

with(met=new menuname("Agent")){
style=menuStyle;
aI("text=Add Agent;url=agent.aspx;");
}


drawMenus();

