


_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="#4F8EB6";
onbgcolor="#4688C9";
oncolor="#FD9934";
//offbgcolor="#DCE9F0";
offbgcolor="#336699";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
imagepadding=0;
//separatorcolor="#2D729D";
//separatorcolor="#010101";
//separatorsize="1";
padding=5;
//fontsize="75%";
fontsize="9pt";
fontstyle="normal";
fontfamily="Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="images/arrow.gif";
//subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Services")){
style=menuStyle;
overflow="scroll";
aI("text=Installation;url=services.html;");
aI("text=Administration;url=services.html;");
aI("text=Development;url=services.html;");
aI("text=Training;url=services.html;");
}

with(milonic=new menuname("Products")){
style=menuStyle;
overflow="scroll";
aI("text=Bookit;url=bookit.html;");
aI("text=COMPAS;url=compas/index.html;");
}

with(milonic=new menuname("Support")){
style=menuStyle;
overflow="scroll";
aI("text=Services;url=support.html;");
aI("text=Products;url=support.html;");
}

with(milonic=new menuname("Supports")){
style=menuStyle;
overflow="scroll";
aI("text=FAQ;url=faq.html;");
aI("text=Tutorials;url=tutorials.html;");
aI("text=Help System;url=helpsystem.html;");
aI("text=Documentation;url=documentation.html;");
aI("text=Downloads;url=downloads.html;");
}

drawMenus();

