
/*
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="#eeeeff";
oncolor="#ffff00";
offbgcolor="#cc9933";
offcolor="#58503A";
bordercolor="none";
borderstyle="solid";
borderwidth=1;
bgimage="images/bkdmenubutton.gif";
overbgimage="images/bkdmenubuttongreen2.gif";
separatorcolor="#A79360";
separatorsize="1";
padding=4;
fontsize="70%";
fontstyle="normal";
fontfamily="Arial";
fontweight='bold';
pagecolor="#ffff00";
pagebgcolor="#ff0000";
headercolor="#000000";
headerbgcolor="#339900";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}

// main menu cut from here and reference on the page

with(milonic=new menuname("ChamberCommunity")){
style=menuStyle;
align="right";
aI("text=Welcome;url=chamber_information.asp;");
aI("text=Membership Directory;url=business_directory.asp;");
aI("text=Community Calendar;url=special_events_calendar.asp;");
aI("text=Community Resources;url=community_resources.asp;");
aI("text=Employment Resources;url=employment_resources.asp;");
aI("text=Shopping, Dining & Entertainment;url=shopping_and_dining.asp;");
aI("text=Convention, Hotel, & Visitors Info;url=convention_and_hotels.asp;");
aI("text=Relocation & Housing;url=relocation_and_housing.asp;");
aI("text=Education Resources;url=education_resources.asp;");
aI("text=Economic Development;url=economic_development.asp;");
aI("text=Home;url=homecommunity.asp;");
aI("text=Discover the Chamber;url=homechamber.asp;");
aI("text=Chamber Logo Download;url=logodownload.asp;");

}

drawMenus();

