
/*
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/bkdmenubuttonblue2.gif";
separatorcolor="#A79360";
separatorsize="1";
padding=4;
fontsize="70%";
fontstyle="normal";
fontfamily="Arial";
fontweight='bold';
pagecolor="#ffff00";
pagebgcolor="#ff0000";
headercolor="#000000";
headerbgcolor="#339900";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}


// main menu cut from here and referenced in page code

with(milonic=new menuname("ChamberBusiness")){
style=menuStyle;
itemwidth=200;
aI("text=About the Chamber;url=../about_chamber.asp;");
aI("text=Member Services;url=../member_services.asp;");
aI("text=Become a Member;url=../sales_about.asp;");
aI("text=Chamber Event Calendar;url=../chamber_calendar.asp;");
aI("text=Membership Directory;url=http://irmweb.irm-systems.com/irmweb/wc.dll/txwoococ?id=txwoococ&doc=rol/rol1;");
aI("text=Update Member Information;url=../update_member.asp;");
aI("text=Getting Involved;url=../teams.asp;");
aI("text=Chamber Staff;url=../staff.asp;");
aI("text=Home;url=../homechamber.asp;");
aI("text=Discover Our Community;url=../homecommunity.asp;");
}

with(milonic=new menuname("submenu")){
style=menuStyle;
aI("text=Some Page;url=somefile.asp;");
aI("text=Some Other Page;url=somefile.asp;");
aI("text=Yet Another Page to Access;url=somefile.asp;");
}

drawMenus();
