 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=6;
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=82;
aI("text=About Us;showmenu=ABOUTUS;");
aI("showmenu=MEMBERSHIP;text=Membership Information");
aI("showmenu=NEWS;text=News & Events");
aI("text=Members Only;url=../MEMBERSONLY/default.asp");
aI("text=Links;url=../LINKS/default.asp");
aI("text=Privacy Policy;url=../PRIVACY/default.asp");
aI("text=Contact Us;url=../CONTACT/default.asp");
aI("text=Site Map;url=../SITEMAP/default.asp");
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=President's Message;url=../ABOUTUS/default.asp")
aI("text=What is the Canadian Condo Institute?;url=../ABOUTUS/WhatIsCCI.asp")
aI("text=The South Sask Chapter;url=../ABOUTUS/SSChapter.asp")
}


with(milonic=new menuname("MEMBERSHIP")){
overflow="scroll";
style=menuStyle;
aI("text=Why Join CCI-South Saskatchewan Chapter?;url=../MEMBERSHIP/whyjoin.asp")
aI("text=Types of Membership;url=../MEMBERSHIP/default.asp")
aI("text=Membership &amp; Business Directory;url=../MEMBERSHIP/directory.asp")
}


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



drawMenus();


