_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_subOffsetTop=0             // Sub menu top offset
_subOffsetLeft=1            // Sub menu left offset

//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
with(tenxcstyle=new mm_style()){
onbgcolor="#dcdede";
oncolor="#222222";
offbgcolor="#edeeee";
offcolor="#017057";
bordercolor="#017057";
borderstyle="solid";
borderwidth="1px";
separatorcolor="#dcdede";
separatorsize=1;
padding="4px";
fontsize="10px";
fontstyle="normal";
fontfamily="verdana,arial,sans-serif";
}

with(milonic=new menuname("about")){
style=tenxcstyle;
top=3;
left=0;
aI("text=<img src='images/spacer.gif' width='14' height='1' border='0' />Company Overview<img src='images/spacer.gif' width='14' height='1' border='0' />;url=company_overview.php;");
aI("text=<img src='images/spacer.gif' width='14' height='1' border='0' />Management Team<img src='images/spacer.gif' width='14' height='1' border='0' />;url=management_team.php;");
aI("text=<img src='images/spacer.gif' width='14' height='1' border='0' />Board of Directors<img src='images/spacer.gif' width='14' height='1' border='0' />;url=board_of_directors.php;");
aI("text=<img src='images/spacer.gif' width='14' height='1' border='0' />Investors<img src='images/spacer.gif' width='14' height='1' border='0' />;url=investors.php;");
aI("text=<img src='images/spacer.gif' width='14' height='1' border='0' />Member Associations<img src='images/spacer.gif' width='14' height='1' border='0' />;url=member_associations.php;");
}

with(milonic=new menuname("products_solutions")){
style=tenxcstyle;
top=3;
left=3;
itemwidth=147;
aI("text=<img src='images/spacer.gif' width='10' height='1' border='0' />The Challenge<img src='images/spacer.gif' width='10' height='1' border='0' />;url=the_challenge.php;");
aI("text=<img src='images/spacer.gif' width='10' height='1' border='0' />Bi-Sector Arrays<img src='images/spacer.gif' width='10' height='1' border='0' />;url=bi-sector_arrays.php;");
}

with(milonic=new menuname("technology")){
style=tenxcstyle;
top=3;
left=3;
itemwidth=91;
}

with(milonic=new menuname("partners")){
style=tenxcstyle;
top=3;
left=3;
aI("text=<img src='images/spacer.gif' width='10' height='1' border='0' />Partners Overview<img src='images/spacer.gif' width='10' height='1' border='0' />;url=partners_overview.php;");
aI("text=<img src='images/spacer.gif' width='10' height='1' border='0' />Technology Partners<img src='images/spacer.gif' width='10' height='1' border='0' />;url=technology_partners.php;");
}

with(milonic=new menuname("news")){
style=tenxcstyle;
top=3;
left=3;
itemwidth=110;
aI("text=<img src='images/spacer.gif' width='10' height='1' border='0' />News<img src='images/spacer.gif' width='10' height='1' border='0' />;url=press_releases.php;");
aI("text=<img src='images/spacer.gif' width='10' height='1' border='0' />Media Coverage<img src='images/spacer.gif' width='10' height='1' border='0' />;url=media_coverage.php;");
aI("text=<img src='images/spacer.gif' width='10' height='1' border='0' />Events<img src='images/spacer.gif' width='10' height='1' border='0' />;url=events.php;");
}

with(milonic=new menuname("resource_center")){
style=tenxcstyle;
top=3;
left=3;
itemwidth=121;
aI("text=<img src='images/spacer.gif' width='10' height='1' border='0' />Document Library<img src='images/spacer.gif' width='10' height='1' border='0' />;url=document_library.php;");
aI("text=<img src='images/spacer.gif' width='10' height='1' border='0' />Images<img src='images/spacer.gif' width='10' height='1' border='0' />;url=images.php;");
}

with(milonic=new menuname("careers")){
style=tenxcstyle;
top=3;
left=3;
itemwidth=115;
aI("text=<img src='images/spacer.gif' width='10' height='1' border='0' />Working Here<img src='images/spacer.gif' width='10' height='1' border='0' />;url=working_here.php;");
aI("text=<img src='images/spacer.gif' width='10' height='1' border='0' />Opportunities<img src='images/spacer.gif' width='10' height='1' border='0' />;url=opportunities.php;");
}

with(milonic=new menuname("customer_zone")){
style=tenxcstyle;
top=3;
left=3;
itemwidth=145;
aI("text=<img src='images/spacer.gif' width='10' height='1' border='0' />Order Desk<img src='images/spacer.gif' width='10' height='1' border='0' />;url=/customer_zone/;");
aI("text=<img src='images/spacer.gif' width='10' height='1' border='0' />Order Status<img src='images/spacer.gif' width='10' height='1' border='0' />;url=/customer_zone/;");
aI("text=<img src='images/spacer.gif' width='10' height='1' border='0' />Product Specifications<img src='images/spacer.gif' width='10' height='1' border='0' />;url=/customer_zone/;");
aI("text=<img src='images/spacer.gif' width='10' height='1' border='0' />Installation Guide<img src='images/spacer.gif' width='10' height='1' border='0' />;url=/customer_zone/;");
}
//*****************************************************************

drawMenus();
