


_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=100              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#0099ff";
offbgcolor="#ffffff";
offcolor="#666666";
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=1;
separatorcolor="#cccccc";
separatorsize="1";
padding=3;
fontsize="10px";
fontstyle="normal";
fontweight="bold";
fontfamily="Tahoma, Verdana, Arial";
pagecolor="#0099ff";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0)";
}

with(milonic=new menuname("Products")){
style=menuStyle;
aI("text=Nomadix;url=pnomadix.html");
aI("text=Trapeze Networks;url=ptrapeze.html;");
aI("text=Ekahau;url=pekahau.html;");
aI("text=Cerebus Server;url=pcerebus.html;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=Public Access Internet;url=spai.html");
aI("text=Wireless Networking;url=swnetwork.html;");
aI("text=Real Time Location;url=srtlocation.html;");
aI("text=Surveillance Video;url=svideo.html;");
aI("text=Telephony (VOIP);url=svoip.html;");
}
drawMenus();

