
/*
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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#134991";
oncolor="#ffffff";
offbgcolor="#ededed";
offcolor="#134991";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="1";
separatorpadding="14px";
padding="1";
fontsize="12px";
fontstyle="normal";
decoration="underline";
fontweight="bold";
fontfamily="Arial";
pagecolor="black";
pagebgcolor="#cccccc";
headercolor="#000000";
headerbgcolor="#ffffff";
screenposition="center";
}

with(subMenuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#6699CC";
offcolor="#ffffff";
borderwidth=1;
bordercolor="#ffffff";
separatorcolor="#2D729D";
separatorsize="1";
separatorpadding="5";
padding=1;
fontsize="10";
fontstyle="normal";
//fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
itemwidth="130";
}

with(linkMenuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#6699CC";
offcolor="#ffffff";
borderwidth=1;
bordercolor="#ffffff";
separatorcolor="#2D729D";
separatorsize="1";
separatorpadding="5";
padding=1;
fontsize="10";
fontstyle="normal";
//fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
itemwidth="130";
url="new-years-specials.html";
}

with(milonic=new menuname("OTMF")){
style=subMenuStyle;
aI("text=Home;url=index.html;");
aI("text=Meet The Trainers;url=trainer.html;");
aI("text=Articles;url=articles.html;");
aI("text=Forms;url=forms.html;");
aI("text=Where Are We Located?;url=location.html");
aI("text=Contact Us;url=contact.html");
aI("text=About The NSCA;url=nsca.html;");
}

with(milonic=new menuname("Services")){
style=subMenuStyle;
aI("text=The Starting Point for All Clients;url=startingpoint.html;");
aI("text=Training Services;url=services.html;");
}

with(milonic=new menuname("Links")){
style=subMenuStyle;
aI("text=Fitness;url=fitness_links.html;");
aI("text=Nutrition;url=nutrition_links.html;");
}

with(milonic=new menuname("SpecialOffer")){
style=linkMenuStyle;
}
with(milonic=new menuname("Testimonials")){
style=linkMenuStyle;
}

with(milonic=new menuname("AccountInfo")){
style=linkMenuStyle;
}
with(milonic=new menuname("WellnessVision")){
style=linkMenuStyle;
}
with(milonic=new menuname("3MonthGoals")){
style=linkMenuStyle;
}
with(milonic=new menuname("WeeklyGoals")){
style=linkMenuStyle;
}

drawMenus();

