

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=15              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#ff6600";
oncolor="#ffffff";
offbgcolor="#003399";
offcolor="#ffffff";
bordercolor="#f04224";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=2;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#001778";
pageborder='0px solid #f04224';
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="navig/arrow.gif";
subimagepadding="2";
itemheight=16;
itemwidth=120;
textalign="left";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="randomdissolve(duration=0.3)";
}

with(new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
position="relative";
orientation="horizontal"; 
aI("text=Who we are;url=index.htm");
aI("text=What we offer;showmenu=products;url=services.htm");
aI("text=Contact us;showmenu=contact;url=contact.htm");
               }
drawMenus();

