_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=40                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=-6            // 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()){
separatorsize="10";
}

with(dropStyle=new mm_style()){
oncolor="#FFCC33";
onbgcolor="gray";
offcolor="white";
offbgcolor="gray";
bordercolor="gray";
borderstyle="solid";
borderwidth=4;
padding=3;
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="silver";
pagebgcolor="gray";
overfilter="Shadow(color='#777777', Direction=135, Strength=5)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
position="relative";
//itemwidth=153;
align="center";
alwaysvisible=1;
orientation="vertical";
aI("image=images/btn_home.gif;overimage=images/btn_home_f2.gif;url=default.htm;");
aI("image=images/btn_capabilities.gif;overimage=images/btn_capabilities_f2.gif;url=capabilities.htm;showmenu=Capabilities;");
aI("image=images/btn_products2.gif;overimage=images/btn_products2_f2.gif;url=products.htm;showmenu=Products;");
aI("image=images/btn_history.gif;overimage=images/btn_history_f2.gif;url=history.htm;");
aI("image=images/btn_quality.gif;overimage=images/btn_quality_f2.gif;url=quality.htm;");
aI("image=images/btn_documents.gif;overimage=images/btn_documents_f2.gif;url=documents.htm;");
aI("image=images/btn_news.gif;overimage=images/btn_news_f2.gif;url=news.htm;");
aI("image=images/btn_contacts.gif;overimage=images/btn_contacts_f2.gif;url=contacts.htm;");
}

with(milonic=new menuname("Capabilities")){
style=dropStyle;
aI("text=Screw Press;url=capabilities.htm#screw_press;");
aI("text=Hammer;url=capabilities.htm#hammer;");
aI("text=Heat Treat;url=capabilities.htm#heat_treat;");
aI("text=Laboratory;url=capabilities.htm#lab_testing;");
aI("text=Non-Destructive Testing;url=capabilities.htm#non_destruct;");
aI("text=Engineering;url=capabilities.htm#engineering;");
}

with(milonic=new menuname("Products")){
style=dropStyle;
aI("text=Engine Components;url=products.htm#engine;");
aI("text=Structural Components;url=products.htm#frame;");
}

drawMenus();