


_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="#666666";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#666666";
borderstyle="dotted";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=5;
fontsize="55%";
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="black";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#000000";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=75);Shadow(color='#666666', Direction=75, Strength=2)";
outfilter="randomdissolve(duration=0.1)";
}


with(milonic=new menuname("Main Menu")){
style=AllImagesStyle;
top=160;
left=-215;
alwaysvisible=1;
orientation="horizontal";
screenposition="center"
top="offset=150"
left="offset=-50"
aI("showmenu=Home;image=http://xpedo.com/images/m_home_n.gif;overimage=http://xpedo.com/images/m_home_o.gif;url=http://xpedo.com;");
aI("showmenu=About;image=http://xpedo.com/images/m_about_n.gif;overimage=http://xpedo.com/images/m_about_o.gif;url=http://xpedo.com/about.htm;");
aI("showmenu=Products;image=http://xpedo.com/images/m_pedals_n.gif;overimage=http://xpedo.com/images/m_pedals_o.gif;url=http://xpedo.com/pedals;");
aI("showmenu=Contact;image=http://xpedo.com/images/m_contact_n.gif;overimage=http://xpedo.com/images/m_contact_o.gif;url=http://xpedo.com/contact.htm;");
aI("showmenu=Distributors;image=http://xpedo.com/images/m_dist_n.gif;overimage=http://xpedo.com/images/m_dist_o.gif;url=http://xpedo.com/distus.htm;");
aI("showmenu=Warranty;image=http://xpedo.com/images/m_warr_n.gif;overimage=http://xpedo.com/images/m_warr_o.gif;url=http://xpedo.com/warranty.htm;");
aI("showmenu=Sponsorship;image=http://xpedo.com/images/m_spon_n.gif;overimage=http://xpedo.com/images/m_spon_o.gif;url=http://xpedo.com/sponsorship.htm;");

}

with(milonic=new menuname("Products")){
style=menuStyle;
aI("text=MTB;url=http://xpedo.com/pedals/mf.htm;");
aI("text=BMX;url=http://xpedo.com/pedals/mx.htm;");
aI("text=ROAD;url=http://xpedo.com/pedals/rf.htm;");
aI("text=DOWNHILL;url=http://xpedo.com/pedals/gf.htm;");
aI("text=CITY;url=http://xpedo.com/pedals/cf.htm;");
aI("text=REPLACEMENT KITS;url=http://xpedo.com/pedals/rk.htm;");
aI("text=FOOTWEAR;url=http://xpedo.com/pedals/footwear.htm;");
aI("text=APPAREL;url=http://xpedo.com/apparel/index.htm;");
}


with(milonic=new menuname("Distributors")){
style=menuStyle;
aI("text=USA;url=http://xpedo.com/distus.htm;");
aI("text=International;url=http://xpedo.com/distintl.htm;");
}


with(milonic=new menuname("Sponsorship")){
style=menuStyle;
aI("text=Teams;url=http://xpedo.com/sponsorship.htm;");
aI("text=Individual;url=http://xpedo.com/sponsorship2.htm;");
}


drawMenus();

