


_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=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="#eb0f04";
oncolor="#000000";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="arial narrow, arial, verdana, trebuchet, helvetica, geneva, swiss, sunsans-regular, sans-serif";
pagecolor="black";
pagebgcolor="#cccccc";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrowdn.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)"; //Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)
outfilter="Fade(duration=0.2);"; //randomdissolve(duration=0.3)
}


with(milonic=new menuname("Main Menu")){
screenposition="center";
left="offset=200";
top="offset=59";
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
aI("text=HOME;url=default.asp;");
aI("text=AX PRODUCT;showmenu=Product;url=overview.asp;");
aI("text=FEATURES;showmenu=Features;url=basketexec.asp;");
aI("text=BASE SYSTEMS;showmenu=Base;url=aboutbase.asp");
}

with(milonic=new menuname("Product")){
style=menuStyle;
overflow="scroll";
aI("text=OVERVIEW;url=overview.asp;");
aI("text=SYSTEM REQUIREMENTS;url=sysreq.asp;");
aI("text=AX DEMO;url=demo.asp;");
aI("text=USER'S GUIDE;url=usersguide.asp;");
aI("text=DOWNLOAD;url=download;");
}

with(milonic=new menuname("Features")){
style=menuStyle;
overflow="scroll";
aI("text=BASKET EXECUTION;url=basketexec.asp;");
aI("text=STOCK EXECUTION;url=stockexec.asp;");
aI("text=PAIRS EXECUTION;url=pairsexec.asp;");
//aI("text=LEVEL 2 &amp; REGIONAL QUOTES;url=level2reg.asp;");
aI("text=CLICK TRADING;url=clicktrading.asp;");
aI("text=AXROUTE (SMART ROUTER);url=axroute.asp;");
aI("text=AX QUOTE;url=axquote.asp;");
}

with(milonic=new menuname("Base")){
style=menuStyle;
aI("text=BASE SYSTEMS OFFICERS;url=aboutbase.asp;");
aI("text=REMOTE ACCESS;url=https://68.162.88.97;");
aI("text=CONTACT US;url=contact.asp;");
}

drawMenus();

