
/*
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=Fitness &amp; Wellness;image=../images/lnav_title_fitness.gif;");
aI("text=<u><b>Class Info</b></u>;url=groupex.html;status=Class Info;image=../images/menu_right.gif;");
aI("text=<u><b>Massage Therapy</b></u>;url=massage.html;status=Massage Therapy;image=../images/menu_right.gif;");
aI("text=<u><b>Personal Training</b></u>;url=personal.html;status=Personal Training;image=../images/menu_right.gif;");
aI("text=<u><b>Assessment</b></u>;url=assessment.html;status=Assessment;image=../images/menu_right.gif;");
aI("text=<u><b>Wellness</b></u>;url=wellness.html;status=Wellness;image=../images/menu_right.gif;");
aI("text=<u><b>Pedometer Challenge</b></u>;url=pedometer.html;status=Wellness;image=../images/menu_right.gif;");
aI("image=../images/menu_divider.gif;");
aI("text=<u>top</u>;url=#top;status=top;image=../images/menu_up.gif;");
}

drawMenus();