_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-20;


with(menuStyle=new mm_style()){
bordercolor="#000033";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#000033";
headercolor="#000000";
offbgcolor="#DED6CB";
offcolor="#000033";
onbgcolor="#6F6647";
oncolor="white";
outfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#6F6647";
pagecolor="white";
separatorcolor="#000033";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

//Menu Style like above without opacity and fading...  Used for the main menu
with(menuStyleMain=new mm_style()){
bordercolor="#000033";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#000033";
headercolor="#000000";
offbgcolor="#DED6CB";
offcolor="#000033";
onbgcolor="#6F6647";
oncolor="white";
outfilter="";
overfilter="";
padding=5;
pagebgcolor="#6F6647";
pagecolor="white";
separatorcolor="#000033";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
top=220;
left=0;
overflow="scroll";
style=menuStyleMain;
menuwidth=180;
aI("status=Back To Home Page;text=Home;url=index.html;");
aI("url=contactcce.htm;text=Contact CCE;");
aI("showmenu=Services;text=Services;url=services.htm;");
aI("showmenu=Associations;text=Associations;");
}

with(milonic=new menuname("Services")){
overflow="scroll";
style=menuStyle;
aI("text=Accounting;url=accounting.htm");
aI("text=Maintenance;url=maintenance.htm");
aI("text=Management;url=management.htm");
}

with(milonic=new menuname("Associations")){
overflow="scroll";
style=menuStyle;
aI("text=Apple Green;url=Apple Green.htm");
aI("text=Coal Creek Townhomes;url=coalcreek.htm");
aI("text=Countryside at Frederick HOA;url=countryside.htm");
aI("text=Hilltop;url=hilltop.htm");
aI("text=Ironworks (Maplewood 5);url=ironworks.htm");
aI("text=Legend Ridge;url=legendridge.htm");
aI("text=Majestic Retreat;url=Majestic Retreat.htm");
aI("text=Monarch Estates;url=Monarch Estates.htm");
aI("text=New Frederick Village;url=newfrederick.htm");
aI("text=Northfield Commons;url=NFC transition.htm");
aI("text=Northfield Village;url=NV Master.htm");
aI("text=Pebblebrook;url=pebblebrook.htm");
aI("text=Quiet Retreat;url=quietretreat.htm");
aI("text=Sterling;url=sterling.htm");
aI("text=Sundance;url=sundance.htm");
aI("text=Twin Lakes;url=twinlakes.htm");
aI("text=Village Green;url=village_green.htm");
aI("text=Watersong at Creekside;url=Watersong at CS.htm");
aI("text=Wildflower;url=wildflower.htm");
aI("text=Willow Springs 11;url=willowsprings.htm");
}

drawMenus();

