

_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_subOffsetTop=20              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#024e72";
oncolor="#ffffff";
offbgcolor="#fbfbfb";
offcolor="#515151";
bordercolor="#b7b7b7";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
separatorwidth="140";
padding=4;
fontsize="70%";
fontstyle="bold";
fontfamily="Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="3";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
//outfilter="randomdissolve(duration=0.3)";
}





with(milonic=new menuname("Location")){
style=menuStyle;
aI("text=Visitors;url=visitors.asp;");
aI("text=Directions;url=directions.asp;");
}

with(milonic=new menuname("About")){
style=menuStyle;

aI("text=Company Profile;url=profile.asp;");
aI("text=Mission & Vision;url=mission.asp;");
aI("text=Our People;url=ourpeople.asp;");

}

with(milonic=new menuname("Careers")){
style=menuStyle;
aI("text=Positions ;url=positions.asp;");

}

with(milonic=new menuname("Services")){
style=menuStyle;
separatorwidth="100";
aI("text=Web Development;url=web.asp;");
aI("text=Application Development;url=application.asp;");
aI("text=Print Media;url=print.asp;");
aI("text=3D Visualization;url=3D.asp;");
aI("text=Interactive CD Roms;url=cdroms.asp;");
}


drawMenus();

