


_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(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
onbgcolor="#CCCCCC";
oncolor="#000000";
offbgcolor="#FF6633";
offcolor="#000000";
bordercolor="#5A619C";
borderstyle="solid";
borderwidth=1;
separatorcolor="#5A619C";
separatorsize="1";
padding=5;
fontsize="60%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#FFFFFF";
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(subMenu=new mm_style()){
onbgcolor="#CCCCCC";
oncolor="#000000";
offbgcolor="#FF6633";
offcolor="#000000";
bordercolor="#5A619C";
borderstyle="solid";
borderwidth=1;
separatorcolor="#5A619C";
separatorsize="1";
padding=5;
fontsize="60%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#FFFFFF";
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=AllImagesStyle;
top=78;
left=0;
alwaysvisible=1;
orientation="horizontal";
aI("showmenu=Home;image=http://velo-fit.com/images/m_home_o.gif;overimage=http://velo-fit.com/images/m_home_n.gif;url=http://velo-fit.com;");
aI("showmenu=Coaching;image=http://velo-fit.com/images/m_coach_o.gif;overimage=http://velo-fit.com/images/m_coach_n.gif;");
aI("showmenu=Resources;image=http://velo-fit.com/images/m_lib_o.gif;overimage=http://velo-fit.com/images/m_lib_n.gif;");
aI("showmenu=News;image=http://velo-fit.com/images/m_news_o.gif;overimage=http://velo-fit.com/images/m_news_n.gif;url=http://velo-fit.com/news.htm;");
aI("showmenu=Store;image=http://velo-fit.com/images/m_store_o.gif;overimage=http://velo-fit.com/images/m_store_n.gif;url=http://velo-fit.com/store.htm;");
aI("showmenu=Gallery;image=http://velo-fit.com/images/m_gallery_o.gif;overimage=http://velo-fit.com/images/m_gallery_n.gif;url=http://velo-fit.com/v-web/gallery/velo-fit;target=_blank;");
aI("showmenu=Links;image=http://velo-fit.com/images/m_links_o.gif;overimage=http://velo-fit.com/images/m_links_n.gif;");
aI("showmenu=Contact Us;image=http://velo-fit.com/images/m_contact_o.gif;overimage=http://velo-fit.com/images/m_contact_n.gif;url=http://velo-fit.com/contact.htm;");
}

with(milonic=new menuname("Coaching")){
style=menuStyle;
aI("text=About the Coaches;showmenu=Coaches;");
aI("text=Coaching Programs;showmenu=Coaching Programs;");
aI("text=Bicycle Fitting;url=http://velo-fit.com/bikefit.htm;");
aI("text=Testimonials;url=http://velo-fit.com/testimonials.htm;");
}

with(milonic=new menuname("Coaches")){
style=subMenu;
aI("text=Eddie Monnier;url=http://velo-fit.com/biography.htm;");
aI("text=Chris Plourde;url=http://velo-fit.com/bio_cp.htm;");
}

with(milonic=new menuname("Coaching Programs")){
style=subMenu;
aI("text=Premium;url=http://velo-fit.com/cpremium.htm;");
aI("text=Quarterly;url=http://velo-fit.com/cquarterly.htm;");
aI("text=Consulting;url=http://velo-fit.com/cconsulting.htm;");
}

with(milonic=new menuname("Resources")){
style=menuStyle;
aI("text=Training Articles;url=http://velo-fit.com/articles.htm;");
aI("text=Recommended Reading;url=http://velo-fit.com/vfreading.htm;");
aI("text=Tools;url=http://velo-fit.com/vftools.htm;");
aI("text=FAQ;url=http://velo-fit.com/vffaq.htm;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Links;url=http://velo-fit.com/links.htm;");
aI("text=Sponsors;url=http://velo-fit.com/vfsponsors.htm;");
}


drawMenus();


