_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="../images/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(new menuname("N")){
style=menuStyle;
top=140;
left=10;
alwaysvisible=1;
overflow="scroll";
aI("text=Home;url=./Main.html;target=main_window;status=Back To Home Page;");
aI("text=Album;showmenu=Albums;"); 
aI("text=Award;showmenu=Award;"); 
aI("text=Board of Directors;url=./about.html#committee;target=main_window;");
aI("text=Contact Us;url=./about.html#contact;target=main_window;");
aI("text=History;url=./about.html#history;target=main_window;");
aI("text=Membership;url=./about.html#membership;target=main_window;");
aI("text=Past Events;showmenu=Past;");
//aI("text=Alumni;showmenu=Alumnis;");
//aI("text=About Us;showmenu=About;");
//aI("text=B E College;showmenu=College;"); 
//aI("text=Bulletin Board;url=./miscellaneous.html;target=main_window;");
//aI("text=Community News;url=./communitynews.html;target=main_window;"); 
//aI("text=Guest Book;url=./../asp/guest.asp;target=main_window;"); 
//aI("text=Members Only;url=./../asp/members.asp;target=main_window;"); 
//aI("text=News Archive;url=./newsarchive.html;target=main_window;");
//aI("text=Newsletters;url=./newsletters.html;target=main_window;");   
}
with(new menuname("About")){
style=menuStyle;
overflow="scroll";
aI("text=Board of Directors;url=./about.html#committee;target=main_window;");
aI("text= Membership;url=./about.html#membership;target=main_window;");
aI("text=Contact Us;url=./about.html#contact;target=main_window;");
aI("text=History;url=./about.html#history;target=main_window;");
}
with(new menuname("Alumnis")){
style=menuStyle;
overflow="scroll";
aI("text=Alumni Search;url=./../asp/alumnisearch.asp;target=main_window;");
aI("text= New Registration;url=./../asp/registration.asp;target=main_window;");
aI("text=Update Profile;url=./../asp/update.asp;target=main_window;");
}
with(new menuname("Albums")){
style=menuStyle;
overflow="scroll";
aI("text=Annual Picnic 2003;url=./picnicpicture2.html;target=main_window;");
aI("text=Bijoya Sammilani 2003;url=./bijoyapicture2.html;target=main_window;");
aI("text=Bijoya Sammilani 2004;url=./2004bijoyapicture2.html;target=main_window;");
aI("text=Annual Picnic 2005;url=./2005picnicpicture2.html;target=main_window;");
aI("text=Bijoya Sammilani 2005;url=./2005bijoyapicture2.html;target=main_window;");
aI("text=Annual Picnic 2006;url=./2006picnicpicture2.html;target=main_window;");
aI("text=Amitabh Ghosh Reception;url=./2006amitabhareception2.html;target=main_window;");
aI("text=Bijoya Sammilani 2006;url=./2006bijoyapicture2.html;target=main_window;");
aI("text=YFRA Presentation 2006;url=./2006YFRAceremony2.html;target=main_window;");
aI("text=Annual Picnic 2007;url=./2007picnicpicture2.html;target=main_window;");
aI("text=Bijoya Sammilani 2007;url=./2007bijoyapicture2.html;target=main_window;");
}
with(new menuname("Award")){
style=menuStyle;
overflow="scroll";
aI("text=Apply Online;url=./../asp/award.asp;target=main_window;");
aI("text=Download Form;url=./download.html;target=main_window;");
aI("text=Past Winners;url=./../asp/awardwinners.asp;target=main_window;");
}
with(new menuname("College")){
style=menuStyle;
overflow="scroll";
aI("text=BEC News;url=./../asp/news.asp;target=main_window;");
aI("text=BEC Contact;url=./impphone.html;target=main_window;");
aI("text= BEC Links;url=./links.html;target=main_window;");
aI("text= BEC Photos;url=./../asp/collegepictures.asp;target=main_window;");
}
with(new menuname("Past")){
style=menuStyle;
overflow="scroll";
aI("text=2003;url=./pevent2003.html;target=main_window;");
aI("text=2004;url=./pevent2004.html;target=main_window;");
aI("text=2005;url=./pevent2005.html;target=main_window;");
aI("text=2006;url=./pevent2006.html;target=main_window;");
aI("text=2007;url=./pevent2007.html;target=main_window;");
}
drawMenus();