


_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="gb2312";
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=149;
left=-215;
alwaysvisible=1;
orientation="horizontal";
screenposition="center"
top="offset=149"
left="offset=-215"
aI("showmenu=Home;image=http://xpedo.com/images/m_ch_home_n.gif;overimage=http://xpedo.com/images/m_ch_home_o.gif;url=http://xpedo.com/ch;");
aI("showmenu=About;image=http://xpedo.com/images/m_ch_about_n.gif;overimage=http://xpedo.com/images/m_ch_about_o.gif;url=http://xpedo.com/ch/about.htm;");
aI("showmenu=Products;image=http://xpedo.com/images/m_ch_prod_n.gif;overimage=http://xpedo.com/images/m_ch_prod_o.gif;url=http://xpedo.com/ch/pedals;");
aI("showmenu=Contact;image=http://xpedo.com/images/m_ch_contact_n.gif;overimage=http://xpedo.com/images/m_ch_contact_o.gif;url=http://xpedo.com/ch/contact.htm;");
}

with(milonic=new menuname("Products")){
style=menuStyle;
aI("text=M-Force;url=http://xpedo.com/ch/pedals/mf.htm;");
aI("text=MX-Force;url=http://xpedo.com/ch/pedals/mx.htm;");
aI("text=R-Force;url=http://xpedo.com/ch/pedals/rf.htm;");
aI("text=G-Force;url=http://xpedo.com/ch/pedals/gf.htm;");
aI("text=T-Force;url=http://xpedo.com/ch/pedals/tf.htm;");
aI("text=Replacement Kits;url=http://xpedo.com/ch/pedals/rk.htm;");
aI("text=Footwear;url=http://xpedo.com/ch/pedals/footwear.htm;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Distributors;url=http://xpedo.com/ch/distus.htm;");
aI("text=Warranty;url=http://xpedo.com/ch/warranty.htm;");
aI("text=Sponsorship;url=http://xpedo.com/ch/sponsorship.htm;");
}

drawMenus();

