


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50             // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // 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(AllImagesStyle=new mm_style()){
bordercolor="";
borderstyle="";
padding=5;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
onbgcolor="#B4D294";
oncolor="#000000";
offbgcolor="#6AA62A";
offcolor="#ffffff";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="#4F7C1F";
separatorsize="1";
separatorwidth="190";
padding=5;
fontsize="11px";
fontstyle="normal";
fontfamily="Arial, Helvetica, Verdana";
pagecolor="black";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="art/arrow.gif";
subimagepadding="2";
onborder="0px solid #4F7C1F";
overfilter="Fade(duration=0.2);Alpha(opacity=100);sShadow(color='#777777', Direction=135, Strength=5)";
outfilter="fade(duration=0.3)";
}


with(largemenuStyle=new mm_style()){
onbgcolor="#B4D294";
oncolor="#000000";
offbgcolor="#6AA62A";
offcolor="#ffffff";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="#4F7C1F";
separatorsize="1";
separatorwidth="225";
padding=5;
fontsize="11px";
fontstyle="normal";
fontfamily="Arial, Helvetica, Verdana";
pagecolor="black";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="art/arrow.gif";
subimagepadding="2";
onborder="0px solid #4F7C1F";
overfilter="Fade(duration=0.2);Alpha(opacity=100);sShadow(color='#777777', Direction=135, Strength=5)";
outfilter="fade(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=AllImagesStyle;
top=88;
left=0;
alwaysvisible=1;
orientation="horizontal";
aI("url=about.html;showmenu=About Us;status=About Us;image=art/menu-about_off.gif;overimage=art/menu-about_off.gif;");
aI("url=federal.html;showmenu=Federal & Security;status=Federal & Security;image=art/menu-federal_off.gif;overimage=art/menu-federal_off.gif;");
aI("url=foodindustry.html;showmenu=Food Industry;status=Food Industry;image=art/menu-food_off.gif;overimage=art/menu-food_off.gif;");
aI("url=helpdesk.html;showmenu=Helpdesk & BPO;status=Helpdesk & BPO;image=art/menu-helpdesk_off.gif;overimage=art/menu-helpdesk_off.gif;");
aI("url=news.html;status=News;image=art/menu-news_off.gif;overimage=art/menu-news_off.gif;");
aI("url=careers.html;showmenu=Careers;status=Careers;image=art/menu-careers_off.gif;overimage=art/menu-careers_off.gif;");
aI("url=contact.html;status=Contact Us;image=art/menu-contact_off.gif;overimage=art/menu-contact_off.gif;");
aI("url=index.html;status=Back To Home Page;image=art/menu-home_off.gif;overimage=art/menu-home_off.gif;");
}

with(milonic=new menuname("About Us")){
style=menuStyle;
top=120;
overflow="scroll";
aI("text=Overview;url=about.html;");
aI("text=Officers & Directors;url=about-management.html;");
aI("text=Experts & Partners;showmenu=About Us SMEs;url=about-partners.html;");
}


with(milonic=new menuname("About Us SMEs")){
style=menuStyle;
left=202;
overflow="scroll";
aI("text=Federal & Security;url=about-partners.html#federal;");
aI("text=Food Industry;url=about-partners.html#food;")
;aI("text=Helpdesk & BPO;url=about-partners.html#helpdesk;");
}


with(milonic=new menuname("Federal & Security")){
style=menuStyle;
top=120;
overflow="scroll";
aI("text=Overview;url=federal.html;");
aI("text=Technology Support;url=federal-techsupport.html;");
aI("text=Systems Integration;url=federal-systems.html;");
aI("text=Security & Incident Management;url=federal-security.html;");
}

with(milonic=new menuname("Helpdesk & BPO")){
style=menuStyle;
top=120;
overflow="scroll";
aI("text=Overview;url=helpdesk.html;");
aI("text=Technology Product Support;url=helpdesk-tpss.html;");
aI("text=Service Request Management;url=helpdesk-supportrax.html;");
aI("text=IT Helpdesk Support;url=helpdesk-ess.html;");
aI("text=Experts & Partners;url=about-partners.html#helpdesk;");
aI("text=Case Study;url=news-casestudies.html;");
}

with(milonic=new menuname("Food Industry")){
style=largemenuStyle;
top=120;
overflow="scroll";
aI("text=Overview;url=foodindustry.html;");
aI("text=Operations Support for Restaurants;url=foodindustry-aos.html;");
aI("text=Quality Assurance for Manufacturers;url=foodindustry-vqa.html;");
aI("text=Experts & Partners;url=about-partners.html#food;");
//aI("text=Issues & Answers Newsletter (coming soon);");
//aI("text=Applications Questionnaire (coming soon);");
aI("text=Request a Demo;url=supportrax-demo.html;");
}


with(milonic=new menuname("News")){
style=menuStyle;
top=120;
overflow="scroll";
aI("text=Overview;url=news.html;");
aI("text=Press Releases;url=news-pressreleases.html;");
aI("text=White Papers;url=news-whitepapers.html;");
aI("text=Case Studies;url=news-casestudies.html;");
}


with(milonic=new menuname("Careers")){
style=menuStyle;
top=120;
overflow="scroll";
aI("text=Overview;url=careers.html;");
aI("text=Career Opportunities;url=careers-opportunities.html;");
aI("text=Benefits;url=careers-benefits.html;");
aI("text=Applying for a Job;url=careers-applying.html;");
}


drawMenus();
