
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(BigTransparent=new mm_style()){
oncolor="#99350D";
offcolor="#4d1979";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
padding=5;
fontsize="11px";
fontstyle="normal";
fontweight="normal";
fontfamily="verdana,arial,helvetica";
menubgimage="../images/clear.gif";
}

with(milonic=new menuname("Main Menu")){
style=BigTransparent;
screenposition="top;center"
left="offset=-293"
top=188
alwaysvisible=1;
followscroll="1";
orientation="vertical";
aI("url=index.html;status=Intramurals;image=../images/lnav_title_intra.gif;");
aI("text=<u><b>Announcements</b></u>;url=index.html;status=Announcements;image=../images/menu_right.gif;");
aI("text=<u><b>General Info</b></u>;url=info.html;status=General Info;image=../images/menu_right.gif;");
aI("text=<u><b>Champions</b></u>;url=champions.htm;status=Champions;image=../images/menu_right.gif;");
aI("text=<u><b>Rules</b></u>;url=rules.html;status=Rules;image=../images/menu_right.gif;");
aI("text=<u><b>Sports Calendar</b></u>;url=calendar.html;status=Sports Calendar;image=../images/menu_right.gif;");
aI("text=<u><b>Schedules</b></u>;url=schedules.html;status=Schedules;image=../images/menu_right.gif;");
aI("image=../images/menu_divider.gif;");
}

drawMenus();