

_menuCloseDelay=750           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // 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(menuStyle=new mm_style()){
onbgcolor="#656f82";
oncolor="#FFFFFF";
offbgcolor="#767F90";
offcolor="#FFFFFF";
bordercolor="#767F90";
borderstyle="solid";
borderwidth="0";
separatorcolor="#FFFFFF";
separatorsize="1";
padding="0";
fontweight="bold";
fontsize="9pt";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
onitalic=0;
pagecolor="#000000";
pagebgcolor="#B9BAC2";
headercolor="#FFFFFF";
headerbgcolor="#000000";
subimage="/menu/arrow.gif";
onsubimage="/menu/arrow2.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=91);";
outfilter="randomdissolve(duration=0.4)";
}





with(milonic=new menuname("Main Menu")){
style=menuStyle;
top="124";
alwaysvisible=1;
orientation="horizontal";
itemheight="19";
align="center";
screenposition="relative";
menuwidth="982";
aI("image=/menu/menufix.jpg;itemwidth=223;type=disabled;");
aI("text=Home;url=http://www.elitemediasolutions.com/index.html;itemwidth=60;status=Back To Our Home Page;");
aI("text=About Us;showmenu=About Us;itemwidth=90;");
aI("text=Integration;showmenu=Integration;itemwidth=103;");
aI("text=What's New;showmenu=WhatsNew;image=/menu/ball_2a.gif;overimage=/menu/ball_1a.gif;pageimage=/menu/ball_3a.gif;itemwidth=107;");
aI("text=Recommendations;showmenu=Recommendations;itemwidth=136;");
aI("text=Topics;showmenu=Topics;itemwidth=81;");
aI("text=Press;showmenu=Press;itemwidth=75;");
aI("text=Links / Misc;showmenu=Links;itemwidth=101;");
}

drawMenus();

