


_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="#C8C8CA";
oncolor="#417049";
offbgcolor="#E2E2E2";
offcolor="#417049";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#E2E2E2";
separatorsize="15";
padding=2;
fontsize="80%";
fontweight="bold"
fontfamily="Arial";
headercolor="black";
headerbgcolor="#930000";
subimage="images/arrow.gif";
subimagepadding="5";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=2)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("profit_prog")){
style=menuStyle;
aI("text=The Pro-Fitness Program;url=http://www.profitnessprogram.com;");
aI("text=Request Information;url=http://www.profitnessprogram.com/contactus.php;");
}

with(milonic=new menuname("alliance")){ 
style=menuStyle; 
aI("text=The Pro-Fitness Alliance;url=http://www.profitnessalliance.com;");
aI("text=Information Request;url=http://www.profitnessalliance.com/form_alliance.php;"); 
aI("text=Related Articles;url=alliance_articles.php;"); 
} 

with(milonic=new menuname("services")){
style=menuStyle;
aI("text=All Services;url=services.php;");
}

with(milonic=new menuname("edge")){ 
style=menuStyle; 
aI("text=The Edge;url=theedge.php;");
aI("text=What Our Clients Say;url=testimonials.php;");
aI("text=Edge Articles;url=articles.php;");
aI("text=The Team;url=team.php;"); 
aI("text=About Us;url=about_us.php;");
aI("text=Contact Us;url=contact_us.php;");
} 
drawMenus();

