_menuCloseDelay=100;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50;            // The time delay before menus open on mouse over
_followSpeed=5;                // Follow scrolling speed
_followRate=50;                // Follow scrolling Rate
_subOffsetTop=-40;              // 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

_CFix=true;

with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#000000";
offbgcolor="#1970B9";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A5BCCC";
separatorsize=0;
padding=0;
fontsize="9px"; 
fontstyle="normal";
fontweight="bold";
fontfamily="arial, helvetica, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding=0;
overfilter="";
outfilter="";
}

with(menuStyle2=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#CCCCCC";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#666666";
borderstyle="solid";
borderwidth=0;
separatorcolor="#666666";
separatorsize=0;
padding=2;
fontsize="10px"; 
fontstyle="normal";
fontfamily="tahoma, arial";
overfilter="fade(duration=0.3);Alpha(opacity=95);";
outfilter="fade(duration=0.3)";
}

with(milonic=new menuname("products")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=132; 
aI("image=images/spacer2.gif");
aI("image=images/spacer1.gif;text=All Products;url=products.php");
aI("image=images/spacer1.gif;text=Crossover Symmetry;url=products_list.php?secid=8");
aI("image=images/spacer1.gif;text=Speed Training;url=products_list.php?secid=9");
aI("image=images/spacer1.gif;text=Resistance Training;url=products_list.php?secid=10");
aI("image=images/spacer1.gif;text=Plyometric Training;url=products_list.php?secid=11");
aI("image=images/spacer1.gif;text=Balance Training;url=products_list.php?secid=12");
aI("image=images/spacer1.gif;text=Lateral Movement;url=products_list.php?secid=13");
aI("image=images/spacer1.gif;text=Accessories;url=products_list.php?secid=14");
aI("image=images/spacer2.gif");
}

with(milonic=new menuname("clients")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=111; 
aI("image=images/spacer2.gif");
aI("image=images/spacer1.gif;text=Clients;url=clients.php");
aI("image=images/spacer1.gif;text=Partners / Distributors;url=partners_distributors.php");
aI("image=images/spacer1.gif;text=Testimonials;url=testimonials.php");
aI("image=images/spacer2.gif");
}

with(milonic=new menuname("research")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=124; 
aI("image=images/spacer2.gif");
aI("image=images/spacer3.gif;text=Crossover Symmetry;url=research.php?id=1");
aI("image=images/spacer3.gif;text=Arm Care;url=research.php?id=2");
aI("image=images/spacer3.gif;text=Rotator Cuff;url=research.php?id=3");
aI("image=images/spacer3.gif;text=Scapular;url=research.php?id=4");
aI("image=images/spacer3.gif;text=Plyometrics;url=research.php?id=5");
aI("image=images/spacer2.gif");
}

with(milonic=new menuname("faq")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=113; 
aI("image=images/spacer2.gif");
aI("image=images/spacer1.gif;text=Setup;url=setup.php");
aI("image=images/spacer1.gif;text=Cord Resistances;url=cord_resistances.php");
aI("image=images/spacer1.gif;text=Questions;url=faq.php");
aI("image=images/spacer2.gif");
}

drawMenus();

