_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="left";
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="CornflowerBlue";
onbgcolor="#DFDFDF";
oncolor="CornflowerBlue";
padding="7";
separatorcolor="Silver";
separatorsize="1";
subimage="images/black_4x5.gif";
subimagepadding="3";
itemwidth="150";
}

with(submenuStyle=new mm_style()){
align="right";
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#999999";
oncolor="#000000";
padding="4";
subimage="images/black_4x5.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
openstyle="rtl";
aI("text=Home;target=;url=index.html;");
aI("text=Campus Tour;target=;url=Campus-Tour.html;");
aI("text=Events Calendar;target=;url=Events-Calendar.html;");
aI("text=Feedback;target=;url=Feedback.html;");
aI("text=Office Directory;target=;url=Directory.html;");
aI("text=ICT Center;target=;url=ICT-Center.html;");
aI("text=Board Passers;target=;url=Board-Passers.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
}


 drawMenus();
