_menuCloseDelay=0;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0;            // The time delay before menus open on mouse over
_subOffsetTop=0;             // Sub menu top offset
_subOffsetLeft=0;            // Sub menu left offset

/// Style Definitions ///

with(mainStyleHoriz=new mm_style()){
onbgcolor="#c0c0c0";
oncolor="#800000";
offbgcolor="#808080";
offcolor="white";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#325235";
separatorsize=2;
padding=4;
fontsize=12;
fontstyle="normal";
fontfamily="Verdana, Arial";
subimage="arrowdn.gif";
onsubimage="arrowdn.gif";
high3dcolor="#808080";
low3dcolor="#808080";
swap3d=1;
}

// Main Menu

with(milonic=new menuname("mainMenuHoriz")){
style=mainStyleHoriz;
screenposition="left; bottom";
orientation="horizontal";
alwaysvisible=1;
aI("text=Home;url=body.html;target=main;");
aI("text=Services;showmenu=serv;target=main;onfunction=openSubmenu();offfunction=closeSubmenu();");
aI("text=Software;showmenu=prod;target=main;onfunction=openSubmenu();offfunction=closeSubmenu();");
//aI("text=News;url=news/index.html;target=main;");
aI("text=Contact Us;url=contact.html;target=main;");
}

drawMenus();

