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








with(menuStyle=new mm_style()){
bordercolor="#E5E5E5";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#333333";
headercolor="#E5E5E5";
offbgcolor="#E5E5E5";
offcolor="#333333";
onbgcolor="#d6d6d6";
oncolor="#333333";
outfilter="randomdissolve(duration=0.01)";
overfilter="Fade(duration=0.01);Alpha(opacity=95);";
padding=5;
pagebgcolor="#E5E5E5";
pagecolor="#E5E5E5";
separatorcolor="#333333";
separatorsize=1;
subimage="../DHTMLimages/arrowdn.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=42;
orientation="horizontal";
style=menuStyle;
menuwidth=200;
top=83;
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;About Us;showmenu=ABOUTUS;");
aI("showmenu=MEMBERSHIP;text=&nbsp;Membership Information");
aI("showmenu=NEWS;text=&nbsp;News & Events");
aI("showmenu=LINKS;text=&nbsp;Links;");
aI("text=&nbsp;Privacy Policy;url=../PRIVACY/default.asp");
aI("text=&nbsp;Contact Us;url=../CONTACT/default.asp");
aI("text=&nbsp;Site Map;url=../SITEMAP/default.asp");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
aI("text=Accessibility;url=http://taylorenterprisesltd.ca/2/ACCESSIBILITY/INTRUDUCTION/index.html;target=_NEW");
}

with(milonic=new menuname("ABOUTUS")){
overflow="scroll";
style=menuStyle;
aI("text=Brief History;url=../ABOUTUS/default.asp")
aI("text=CCI Missions Statement;url=../ABOUTUS/mission.asp")
}


with(milonic=new menuname("MEMBERSHIP")){
overflow="scroll";
style=menuStyle;
aI("text=Why Join CCI;url=../MEMBERSHIP/whyjoin.asp")
aI("text=Types of Membership;url=../MEMBERSHIP/default.asp")
aI("text=Membership Benefits;url=../MEMBERSHIP/benefits.asp")
aI("text=CCI-Advertising;url=../MEMBERSHIP/Advertising.asp")
}


with(milonic=new menuname("NEWS")){
overflow="scroll";
style=menuStyle;
aI("text=CCI-Ottawa News;url=../NEWS-EVENTS/default.asp")
aI("text=Upcoming Events;url=../NEWS-EVENTS/events.asp")
aI("text=CCI-National Newsletter Archive;url=http://www.cci.ca/Login.asp?PageInfo=/MEMBERSONLY/newsletters.asp&Type=Chapter")
aI("text=CCI-Bookstore;url=../NEWS-EVENTS/Bookstore.asp")
}


with(milonic=new menuname("LINKS")){
overflow="scroll";
style=menuStyle;
aI("text=CCI-Chapters;url=../LINKS/default.asp")
aI("text=Other Links;url=../LINKS/other.asp")
}


drawMenus();


