_menuCloseDelay=1        // The time delay for menus to remain visible on mouse out
_menuOpenDelay=1          // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=1              // Sub menu top offset
_subOffsetLeft=-1            // 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()){
oncolor="#c57254";
offcolor="#ffffff";
offbgcolor="#28495b";
onbgcolor="#f6e08a";
separatorsize="0";
padding=4;
fontsize=13;
fontweight="normal";
fontfamily="Tahoma";
pagecolor="ffffff";
pagebgcolor="#28495b";
headercolor="#000000";
headerbgcolor="#000000";
outfilter="randomdissolve(duration=0.2)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
menualign="left";
alwaysvisible=1;
orientation="verticle";
aI("text=&nbsp;Home&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=index.html;");
aI("text=&nbsp;The Event;url=theevent.html;");
aI("text=&nbsp;Press Room;url=pressroom.html;");
aI("text=&nbsp;SVN Guidelines&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=svn.html;");
aI("text=&nbsp;Past Winners;url=pastwinners.html;");
aI("text=&nbsp;Photo Gallery;url=photogallery.html;");
aI("text=&nbsp;Contact Us;url=contact.html");

}



drawMenus();

