/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
******* PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE *******
*/
_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=0 // Sub menu top offset
_subOffsetLeft=-2 // Sub menu left offset
with(menuStyle=new mm_style()){
onbgcolor="#A08F64";
oncolor="#F0F0E5";
offbgcolor="#DDD9C3";
offcolor="#012C41";
padding=5;
fontsize="11";
fontstyle="normal";
fontfamily="Arial";
fontweight="bold";
pagecolor="#ED5100";
subimage="/menu/arrow.gif";
subimagepadding="2";
itemheight="20";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
}
with(staticStyle=new mm_style()){
}
with(topmenuStyle=new mm_style()){
onbgcolor="#012C41";
oncolor="#F88B1A";
offbgcolor="#012C41";
offcolor="#FFFFFF";
padding=5;
fontsize="11";
fontstyle="normal";
fontfamily="Arial";
fontweight="normal";
pagecolor="#F88B1A";
itemheight="15";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
}
with(milonic=new menuname("menu_2")){
style=topmenuStyle;
overflow="scroll";
aI("text=Quick Facts;url=/page.asp?pageid=0|2|140&id=0|quick_facts");
aI("text=Our Customers;url=/page.asp?pageid=0|2|196&id=0|our_customers");
aI("text=Our Promises;url=/page.asp?pageid=0|2|61&id=0|our_promises");
aI("text=Executive Bios;url=/page.asp?pageid=0|2|62&id=0|executive_bios");
aI("text=Our Philosophy;url=/page.asp?pageid=0|2|63&id=0|our_philosophy");
aI("text=History;url=/page.asp?pageid=0|2|64&id=0|history");
aI("text=Teammates;url=/page.asp?pageid=0|2|65&id=0|teammates");
aI("text=Our Citizen Position;url=/page.asp?pageid=0|2|66&id=0|our_citizen_position");
aI("text=FAQ;url=/page.asp?pageid=0|2|68&id=0|faq");
}
with(milonic=new menuname("menu_3")){
style=topmenuStyle;
overflow="scroll";
aI("text=Electronic Newsletter Subscription;url=/page.asp?pageid=0|3|69&id=0|electronic_newsletter_subscription");
aI("text=Research Findings;url=/page.asp?pageid=0|3|70&id=0|research_findings");
aI("text=Things We Know To Be True;url=/page.asp?pageid=0|3|71&id=0|things_we_know_to_be_true");
}
drawMenus();