fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




effect="Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"

_menuCloseDelay=500;
_menuOpenDelay=150;
_scrollAmount=3;
_scrollDelay=20;
_followSpeed=5;
_followRate=40;
_subOffsetTop=4;
_subOffsetLeft=6;


with(style1=new mm_style()){
offcolor="#6f72d1";
offbgcolor="#ffffff";
oncolor="#ffffff";
onbgcolor="#7a9dcf";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontsize=10;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial";
padding=3;
separatorcolor="#9381c7";
}

with(style2=new mm_style()){
offcolor="#ffffff";
offbgcolor="#3E7AB4";
oncolor="yellow";
onbgcolor="#587aa6";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontsize=10;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial";
padding=4;
separatorcolor="#ffffff";
}

with(milonic=new menuname("mainmenu")){
top=64;
style=style2;
alwaysvisible=1;
alignment="left";
orientation="horizontal";
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;HOME&nbsp;&nbsp;&nbsp;&nbsp;;url=index.htm;;separatorsize=1")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;ABOUT US&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=about;;separatorsize=1")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;NEWS & EVENTS&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=news;;separatorsize=1")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;SERVICE OFFERINGS&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=job;;separatorsize=1")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;CAREERS&nbsp;&nbsp;&nbsp;&nbsp;;url=./jobopenings.htm;;separatorsize=1")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;CONTACT US&nbsp;&nbsp;&nbsp;&nbsp;;url=./contactus.htm;;separatorsize=1")
}

with(milonic=new menuname("about")){
itemwidth=150;
style=style2;
alignment="left";
aI("text=Mission;url=./missions.htm;;separatorsize=1")
aI("text=Board of Directors;url=./Board.htm;;separatorsize=1")
aI("text=Executive Team;url=./Executives.htm;;separatorsize=1")
aI("text=Privacy Policy;url=./privacypolicy.htm;;separatorsize=1")
aI("text=Media Contact;url=./mediacontact.htm;;separatorsize=1")
}

with(milonic=new menuname("news")){
itemwidth=150;
style=style2;
alignment="left";
aI("text=Press Releases;url=./PressReleases.htm;;separatorsize=1")
aI("text=Newsletters;url=./Newsletters.htm;;separatorsize=1")
}

with(milonic=new menuname("job")){
itemwidth=150;
style=style2;
alignment="left";
aI("text=Technical Staff Augmentation;url=http://www.prodx.com;;separatorsize=1")
aI("text=Software Development;url=http://www.agilissolutions.com;;separatorsize=1")
}



drawMenus();


