

_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#000000";
offbgcolor="#000000";
offcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=3;
fontsize="70%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#000000";
headercolor="#000000";
headerbgcolor="#000000";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=80;
screenposition = "center"; 
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=main.asp;status=Back To Home Page;target=main;");
aI("text=Software;url=software.asp;status=Software;target=main;");
aI("text=Brochures;url=Brochures.asp;status=Brochures;target=main;");
aI("text=Prices;url=prices.asp;status=Prices;target=main;");
aI("text=About;url=about.asp;status=About;target=main;");
aI("text=Contact;url=contact.htm;status=Contact;target=main;");
}

drawMenus();

