_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="";
oncolor="#ffffff";
offbgcolor="";
offcolor="#666666";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="999999";
separatorsize="15";
padding=5;
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="#000000";
pagebgcolor="";
headercolor="";
headerbgcolor="#ffffff";
subimage="/Images/Arrow.gif";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(submenuStyle=new mm_style()){
onbgcolor="#336699";
oncolor="#ffffff";
offbgcolor="#a0b8d0";
offcolor="#666666";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="0";
padding=1;
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="#000000";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/Images/Arrow.gif";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(copyofmenuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="125%";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
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("Main Menu")){
style=menuStyle;
top=44;
if ( document.body.offsetWidth <= 800 )
   left = 180;
else
   left = 180 + ( ( document.body.offsetWidth - 800 ) / 02 );
//if (window.screenLeft > 0)
//{
//   left = 200;
//}
//else
//{   
//   switch (screen.width)
//   {
//      case 640:
//         left=120;
//         break;
//      case 800:
//         left=200;
//         break;
//      case 1024:
//         left=312;
//         break;
//      case 1152:
//         left=376;
//         break;
//      case 1280:
//         left=440;
//         break;
//      case 1600:
//         left=600;
//         break;
//      default:
//         left=312;
//         break;
//   }
//}   
alwaysvisible=1;
orientation="horizontal";
aI("text=Company;showmenu=Menu2;status=Company;");
aI("text=Successes;showmenu=Menu3;status=Successes;");
aI("text=Careers;showmenu=Menu4;status=Careers;");
aI("text=Contact Us;url=wfContactUs.aspx;status=Contact Us;");
}

with(milonic=new menuname("Menu2")){
style=submenuStyle;
overflow="scroll";

aI("text=Overview;url=wfOverview.aspx;status=Company Overview;");
aI("text=Our Mission;url=wfMission.aspx;status=Our Mission;");
aI("text=Our Team;url=wfTeam.aspx;status=Our Team;");
}

with(milonic=new menuname("Menu3")){
style=submenuStyle;
aI("text=Clients;url=wfClients.aspx;status=Clients;");
aI("text=Case Studies;url=wfCaseStudies.aspx;status=Case Studies;");
aI("text=Testimonials;url=wfTestimonials.aspx;status=Testimonials;");
}

with(milonic=new menuname("Menu4")){
style=submenuStyle;
aI("text=Why Join Our Team;url=wfJoinTeam.aspx;status=Why Join Our Team;");
aI("text=Job Opportunities;url=wfJobOpps.aspx;status=Job Opportunities;");
}

drawMenus();