fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=300;
_menuOpenDelay=50;
_subOffsetTop=0;
_subOffsetLeft=0;

// STYLE FOR MAIN MENU TOP-LEVEL NAV, SECONDARY TOP-LEVEL NAV (IMAGES USED - FONT INFO N/A)

with(menuStyle=new mm_style()){
offcolor="#FFFFFF";
offbgcolor="#FFFFFF";
oncolor="#FFFFFF";
onbgcolor="#FFFFFF";
}

// STYLE FOR MAIN MENU SUB-NAV

with(menuStyle2=new mm_style()){
fontfamily="Arial, Tahoma, Helvetica";
fontsize="11px";
fontstyle="normal";
offcolor="#000000";
offbgcolor="#E6E6E6";
oncolor="#AA0028";
bgimage="/images/menu_BG.png";
overbgimage="/images/menu_BG_on.png";
bordercolor="#777777";
borderstyle="solid";
borderwidth=1;
padding=6;
separatorimage="/images/menu_div.gif";
separatorsize=1;
subimage="/images/menu_sub.gif";
onsubimage="/images/menu_sub_on.gif";
pagebgimage="/images/menu_BG_on.png";
pagecolor="#AA0028";
//overfilter="GradientWipe(duration=0.2)";
}



with(milonic=new menuname("PRODUCTS")){
overflow="scroll";
style=menuStyle2;
aI("text=Product Summary;url=/products/index.php;")
aI("text=Evident ClearStone;url=/products/clearstone.php;showmenu=ECS;")
aI("text=Evident ClearStone Live;url=/products/clearstone_live.php;showmenu=ECSL;")
aI("text=Evident Enterprise;url=/products/enterprise.php;showmenu=EE;")
}

	with(milonic=new menuname("ECS")){
	style=menuStyle2;
	aI("text=Adapters for Data Collection;url=/products/adapters.php;");
	aI("text=Pipeline Server for Data Processing;url=/products/pipeline.php;");
	aI("text=Data Warehouse;url=/products/datawarehouse.php;");
	aI("text=Reporting &amp; Analytics;url=/products/reporting.php;");
	aI("text=Service Accounting (Chargeback);url=/products/chargeback.php;");
	aI("text=Technical Specifications;url=/products/clearstone_techspecs.php;");
	aI("text=Use Case: Capacity Planning;url=/products/use_case_capacity.php;");
	}

	with(milonic=new menuname("ECSL")){
	style=menuStyle2;
	aI("text=Product Architecture;url=/products/clearstone_live_architecture.php;");
	aI("text=Dashboards &amp; Visualizations;url=/products/clearstone_live_visualizations.php;");
	aI("text=ChronoGraphs for Oracle Coherence;url=/products/clearstone_live_chronographs.php;");
	aI("text=Technical Specifications;url=/products/clearstone_live_techspecs.php;");
	aI("text=ECSL Developer Package;url=/products/clearstone_live_DevPack.php;");
	aI("text=ECSL Demo Webinar;url=/products/clearstone_live_demo.php;");
	}

	with(milonic=new menuname("EE")){
	style=menuStyle2;
	aI("text=Information Model;url=/products/enterprise_model.php;");
	aI("text=Architecture &amp; Scalability;url=/products/enterprise_architecture.php;");
	aI("text=Technical Specifications;url=/products/enterprise_techspecs.php;");
	aI("text=Evident Inform;url=/products/inform.php;");
	}


with(milonic=new menuname("SERVICES")){
style=menuStyle2;
itemwidth=135;
aI("text=Implementation;url= /services/implementation.php;");
aI("text=Managed Services;url=/services/managed.php;");
aI("text=Custom Reporting;url=/services/custom_reporting.php ;");
aI("text=Training;url=/services/training.php;");
aI("text=Technical Support;url=/services/techsupport.php ;");
aI("text=My Evident (Login);url=http://wiki.evidentsoftware.com/clearspace;");
}

with(milonic=new menuname("NEWS")){
style=menuStyle2;
itemwidth=135;
aI("text=Press Releases;url=/news/press.php;");
aI("text=Industry News;url=/news/industry.php");
aI("text=Media Coverage;url=/news/index.php;");
aI("text=Events;url=/news/events.php;");
}

with(milonic=new menuname("PARTNERS")){
style=menuStyle2;
itemwidth=135;
aI("text=Technology Partners;url=/partners/index.php;");
aI("text=Channel Partners;url=/partners/channel.php;");
aI("text=My Evident (Login);url=http://wiki.evidentsoftware.com/clearspace;");
}

with(milonic=new menuname("COMPANY")){
style=menuStyle2;
itemwidth=135;
aI("text=Company Overview;url=/company/index.php;");
aI("text=Management Team;url=/company/management.php;");
aI("text=Customers;url=/company/customers.php;");
aI("text=Careers;url=/company/careers.php;showmenu=OPENINGS");
aI("text=Contact Us;url=/contact/index.php;");
}

	with(milonic=new menuname("OPENINGS")){
	style=menuStyle2;
	itemwidth=135;
	aI("text=Current Openings;url=/company/openings.php;");
	}
