
/*
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=5              // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#000000";
oncolor="#CCCCCC";
offbgcolor="#000000";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=4;
fontsize="13";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="";
overfilter="Fade(duration=0.2);Alpha(opacity=95);";
outfilter="randomdissolve(duration=0.3)";
}

with(submenuStyle=new mm_style()){
onbgcolor="#9FCAEF";
oncolor="#515151";
offbgcolor="#FFFFFF";
offcolor="#515151";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=4;
fontsize="13";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="";
overfilter="Fade(duration=0.2);Alpha(opacity=95);";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
top=114;
itemheight=17;
screenposition="center";
orientation="horizontal";
aI("text=&nbsp;&nbsp;Home&nbsp;&nbsp;;url=index.php;");
aI("text=&nbsp;&nbsp;About CIEL&nbsp;&nbsp;;showmenu=About;url=about.php;");
aI("text=&nbsp;&nbsp;Our Services&nbsp;&nbsp;;showmenu=Tools;url=tools.php;");
aI("text=&nbsp;&nbsp;Resources & Publications&nbsp;&nbsp;;showmenu=Resources;");
aI("text=&nbsp;&nbsp;Frequently Asked Questions&nbsp;&nbsp;;showmenu=FAQ;");
aI("text=&nbsp;&nbsp;Contact Us&nbsp;&nbsp;;url=contact.php");
}

with(milonic=new menuname("About")){
style=submenuStyle;
itemwidth=160;
aI("text=What We Do;url=what_we_do.php;");
aI("text=Who We Are;url=who_we_are.php;");
aI("text=Initiatives & Activities;url=news.php;");
aI("text=Clients & Partners;url=clients_partners.php;");
aI("text=Conferences & Events;url=events.php;");
aI("text=Testimonials & Awards;url=testimonials.php;");
}

with(milonic=new menuname("Tools")){
style=submenuStyle;
itemwidth=260;
aI("text=Assessing Readiness;showmenu=Assess;");
aI("text=Improving Business Friendliness;showmenu=Improving;");
aI("text=Improving Quality of Life;showmenu=Quality;");
aI("text=Improving Leadership;showmenu=Leadership;");
aI("text=Becoming More Sustainable;showmenu=Sustain;");
aI("text=Success Stories;url=success.php;");
aI("text=Other Services;url=otherservices.php;");
}

with(milonic=new menuname("Assess")){
style=submenuStyle;
itemwidth=190;
aI("text=Community Matrix;url=matrix.php;");
aI("text=Community Check-Up;url=checkup.php;");
aI("text=Green Light Check-Up;url=greenlight.php;");
}

with(milonic=new menuname("Improving")){
style=submenuStyle;
itemwidth=280;
aI("text=Business Vitality Initiative;url=bvi.php;");
}

with(milonic=new menuname("Quality")){
style=submenuStyle;
itemwidth=280;
aI("text=Community Check-Up;url=checkup.php;");
aI("text=Community Vitality Initiative;url=cvi.php;");
}

with(milonic=new menuname("Leadership")){
style=submenuStyle;
itemwidth=280;
aI("text=Leadership Programs;url=leadership.php;");
}

with(milonic=new menuname("Sustain")){
style=submenuStyle;
itemwidth=280;
aI("text=Green Light Check-Up;url=greenlight.php;");
aI("text=Community Sustainability Initiative;url=csi.php;");
}

with(milonic=new menuname("Resources")){
style=submenuStyle;
itemwidth=210;
aI("text=CIEL Publications;showmenu=CielPub;");
aI("text=External Articles & Websites;url=external.php;");
aI("text=Join the CIEL Mailing List;url=mail_signup.php;");
}

with(milonic=new menuname("CielPub")){
style=submenuStyle;
itemwidth=210;
aI("text=Entrepreneurship & Innovation;url=pub_entrepreneurship.php;");
aI("text=Leadership;url=pub_leadership.php");
aI("text=Community;url=pub_community.php;");
aI("text=CIEL's Community Reports;url=pub_commreports.php");
aI("text=Conference Presentations;url=pub_conference.php");
}

with(milonic=new menuname("FAQ")){
style=submenuStyle;
itemwidth=190;
aI("text=CIEL Definitions;url=faq_definitions.php;");
aI("text=CIEL FAQ's;url=faq_ciel.php");
}

drawMenus();

