 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(menuStyle2=new mm_style()){
bordercolor="#E5E5E5";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#dedede";
headercolor="#E5E5E5";
offbgcolor="#dedede";
offcolor="#333333";
onbgcolor="#f5f5f5";
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("showmenu=ABOUTUS;text=&nbsp;About Us");
aI("showmenu=MEMBERSHIP;text=&nbsp;Membership Info");
aI("showmenu=NEWS;text=&nbsp;News & Events");
aI("showmenu=NEWSLETTER;text=&nbsp;Newsletter;");
aI("showmenu=LINKS;text=&nbsp;Links;");
aI("text=&nbsp;Privacy Policy;url=../PRIVACY/default.asp");
aI("text=&nbsp;Contact Us;url=../CONTACT/default.asp");
}

with(milonic=new menuname("ABOUTUS")){
overflow="scroll";
style=menuStyle2;
aI("text=Message from the President;url=../ABOUTUS/president.asp")
aI("text=What is CCI;url=../ABOUTUS/whatiscci.asp")
}


with(milonic=new menuname("MEMBERSHIP")){
overflow="scroll";
style=menuStyle2;
aI("text=Types of Membership;url=../MEMBERSHIP/typesofmembership.asp")
aI("text=Become a Member;url=../MEMBERSHIP/becomeamember.asp")
}


with(milonic=new menuname("NEWS")){
overflow="scroll";
style=menuStyle2;
aI("text=News&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=../NEWS-EVENTS/news.asp")
aI("text=Events&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=../NEWS-EVENTS/events.asp")
}


with(milonic=new menuname("NEWSLETTER")){
overflow="scroll";
style=menuStyle2;
aI("text=Newsletter;url=../NEWSLETTER/newsletter.asp")
aI("text=For Advertisers;url=../NEWSLETTER/advertisers.asp")
}


with(milonic=new menuname("LINKS")){
overflow="scroll";
style=menuStyle2;
aI("text=CCI Chapters;url=../LINKS/chapters.asp")
aI("text=Relevant Newfoundland Organizations;url=../LINKS/relevant.asp")
aI("text=Condominium Related Websites;url=../LINKS/condorelated.asp")
}


drawMenus();


