

_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=1              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="#000000";  //8EBCF0   C7E1FE
offbgcolor="";
offcolor="#000000";
//bordercolor="#296488";
//borderstyle="solid";
//borderwidth=0;
//separatorcolor="#000000";
//separatorsize="0";
padding=2;
fontsize="12";
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
fontweight="bold";
//pagecolor="black";
//pagebgcolor="#99A4A9";
//headercolor="#000000";
//headerbgcolor="#ffffff";
subimage="http://pondsidevillage.com/menu/arrow2.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);)";
//outfilter="randomdissolve(duration=0.3)";
}


with(menuStyle2=new mm_style()){
onbgcolor="#D4D2B7";   
oncolor="#000000";
offbgcolor="#A9A78D";   //C8B59C
offcolor="#000000";
bordercolor="#555555";
borderstyle="solid";
borderwidth=1;
separatorcolor="#333333";
separatorsize="1";
padding=2;
fontsize="12";
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="black";
pagebgcolor="#A9A78D";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://pondsidevillage.com/menu/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.0);Alpha(opacity=100);)";
outfilter="randomdissolve(duration=0.0)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="center"
top="offset=189";
left="offset=68";
alwaysvisible=1;
orientation="horizontal";
aI("text=;url=;");
aI("text=<b>Home&nbsp;&nbsp;</b>;url=index.html;");
aI("text=<b>About Pondside</b>;showmenu=about;");
aI("text=<b>General Information</b>;showmenu=info;");
aI("text=<b>Forms & Applications&nbsp;&nbsp;</b>;url=formsapps.html;");
//aI("text=<b>Photos&nbsp;&nbsp;</b>;url=photos.html;");
aI("text=<b>Minutes&nbsp;&nbsp;</b>;url=minutes.html;");
//aI("text=<b>Contact</b>;url=contact.html;");
}

with(milonic=new menuname("about")){
style=menuStyle2;
aI("text=Board of Directors;url=about.html;");
aI("text=Property Management Company&nbsp;;url=about.html#managingagent;");
aI("text=Property Superintendent;url=about.html#superintendent;");
aI("text=Contact Us;url=about.html#contact;");
aI("text=Map & Directions;url=about.html#mapdir;");
}

with(milonic=new menuname("info")){
style=menuStyle2;
aI("text=New Residents;url=geninfo.html;");
aI("text=Bylaws<br>Rules & Regulations;url=geninfo.html#bylawsrulesregs;");
aI("text=FAQ's & How To's;url=geninfo.html#howtos;");
aI("text=Sanitation & Recycling&nbsp;;url=geninfo.html#sanrec;");
aI("text=Our Newsletter;url=geninfo.html#newsletter;");
}

with(milonic=new menuname("formsapps")){
style=menuStyle2;
aI("text=apps & forms & apps;url=forms.html;");
aI("text=apps & forms;url=forms.html;");
aI("text=apps & forms;url=forms.html;");
aI("text=apps & forms;url=forms.html;");
aI("text=apps & forms;url=forms.html;");
}


with(milonic=new menuname("videos")){
style=menuStyle2;
aI("text=Video Previews;url=videos.htm;");
aI("text=VHS Sales;url=vhs.htm;");
aI("text=Our Distributor;url=cinemaguild.htm;");
}



drawMenus();

