


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // 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()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=100;
left=10;
alwaysvisible=1;
orientation="vertical";
aI("text=Home;url=index.html;status=Back To Home Page;image=shim.gif;overimage=db6.gif;");
aI("text=Diet / Nutrition;url=diet.html;image=shim.gif;overimage=db6.gif;");
aI("text=Tone & Sculpt;url=tone.html;image=shim.gif;overimage=db6.gif;");
aI("text=Cardio Fitness;url=cardio.html;image=shim.gif;overimage=db6.gif;");
aI("text=Strength;url=strength.html;image=shim.gif;overimage=db6.gif;");
aI("text=Health / Wellness;url=wellness.html;image=shim.gif;overimage=db6.gif;");
aI("text=Sports Training;url=sports.html;image=shim.gif;overimage=db6.gif;");
aI("text=Pilates;url=pilates.html;image=shim.gif;overimage=db6.gif;");
aI("text=Families / Kids;url=family.html;image=shim.gif;overimage=db6.gif;");
aI("text=Seniors;url=seniors.html;image=shim.gif;overimage=db6.gif;");
aI("text=At Our Studio;url=slides.html;image=shim.gif;overimage=db6.gif;");
aI("text=News & Views;url=views.html;image=shim.gif;overimage=db6.gif;");
aI("text=Programs & Classes;url=programs.html;image=shim.gif;overimage=db6.gif;");
aI("text=Brazilian Jiu Jitsu;url=juijitzu.html;image=shim.gif;overimage=db6.gif;");
aI("text=Massage;url=message.html;image=shim.gif;overimage=db6.gif;");
aI("text=Meet Our Team;url=meetteam.html;image=shim.gif;overimage=db6.gif;");
aI("text=Contact;url=contact.html;image=shim.gif;overimage=db6.gif;");
aI("text=Directions;url=directions.html;image=shim.gif;overimage=db6.gif;");
aI("text=About;url=about.html;image=shim.gif;overimage=db6.gif;");
}

with(milonic=new menuname("Milonic")){
style=menuStyle;
aI("text=Product Purchasing Page;url=http://www.milonic.com/cbuy.php;");
aI("text=Contact Us;url=http://www.milonic.com/contactus.php;");
aI("text=Newsletter Subscription;url=http://www.milonic.com/newsletter.php;");
aI("text=FAQ;url=http://www.milonic.com/menufaq.php;");
aI("text=Discussion Forum;url=http://www.milonic.com/forum/;");
aI("text=Software License Agreement;url=http://www.milonic.com/license.php;");
aI("text=Privacy Policy;url=http://www.milonic.com/privacy.php;");
}


drawMenus();

