

_menuCloseDelay=500           	// The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            	// The time delay before menus open on mouse over
_subOffsetTop=5               	// Sub menu top offset
_subOffsetLeft=10            	// Sub menu left offset


with(AllImagesStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#698FDA";
offbgcolor="#FFFFFF";
offcolor="#A2A3A5";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#FFFFFF', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("About Us")){
	style=menuStyle;
	overflow="scroll";
	aI("text=Company Overview;url=about-comp-over.php;");
	aI("text=Management Team;url=about-man-team.php;");
	aI("text=Board of Directors;url=about-board-dir.php;");
	aI("text=Investors;url=about-investors.php;");
	aI("text=Careers;url=about-careers.php;");
}

with(milonic=new menuname("Products")){
	style=menuStyle;
	overflow="scroll";
	aI("text=LambdaNode 2000;url=products-lambda-node-2000.php;");
	aI("text=LambdaNode 3000;url=products-lambda-node-3000.php;");
	aI("text=LambdaNode 5000;url=products-lambda-node-5000.php;");
	aI("text=LambdaNode 200;url=products-lambda-node-200.php;");
	aI("text=LambdaCreate;url=products-lambda-create.php;");
}

with(milonic=new menuname("Solutions")){
	style=menuStyle;
	overflow="scroll";
	aI("text=Government;url=solutions-gov.php;");
	aI("text=Telecommunications Carriers;url=solutions-tel-carr.php;");
	aI("text=Research Institutions;url=solutions-res-inst.php;");
	aI("text=Enterprises;url=solutions-ent.php;");
	aI("text=Affiliations;url=affiliations.php;");
}

with(milonic=new menuname("Partners")){
	style=menuStyle;
	overflow="scroll";
	aI("text=Channel Partners;url=partners-chan.php;");
}


with(milonic=new menuname("Newsroom")){
	style=menuStyle;
	overflow="scroll";
	aI("text=Press Releases;url=newsroom-pr.php;");
	aI("text=Press Kit;url=newsroom-pk.php;");
	aI("text=Media Coverage;url=newsroom-med-cov.php;");
	aI("text=Upcoming Events;url=newsroom-up-events.php;");
	aI("text=Contact Info for Media Inquiries;url=newsroom-contact.php;");
}

drawMenus();
