

_menuCloseDelay=500;           
_menuOpenDelay=0;            
_followSpeed=5;                
_followRate=40;                
_subOffsetTop=5;             
_subOffsetLeft=0;            
_scrollAmount=3;               
_scrollDelay=20;               



with(menuStyle=new mm_style()){
onbgcolor="#336699";
oncolor="#FFFFFF";
offbgcolor="#003366";
offcolor="#EEEEEE";
bordercolor="#000000";
borderstyle="";
borderwidth=0;
separatorcolor="#333333";
separatorsize="1";
padding=3;
fontsize="13px";
fontstyle="normal";
fontfamily="arial, helvetica, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
itemwidth=150;
itemheight=31;
}

with(submenuStyle=new mm_style()){
onbgcolor="#003366";
oncolor="#EEEEEE";
offbgcolor="#336699";
offcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="13px";
fontweight='bold';
fontstyle="normal";
fontfamily="arial, helvetica, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="RandomDissolve(duration=0.3);";
}

with(milonic=new menuname("Main Menu")) {
style=menuStyle;
top="";
left="";
alwaysvisible=1;
// followscroll="1";
orientation="vertical";
aI("text=<B>&nbsp;Home&nbsp;</B>;url=index.php;");
aI("text=<B>&nbsp;Q &amp; A&nbsp;</B>;url=faq.php;");
aI("text=<B>&nbsp;Testimonials&nbsp;</B>;url=testimonials.php;");
aI("text=<B>&nbsp;Links&nbsp;</B>;url=links.php;");
aI("text=<B>&nbsp;Contact Us&nbsp;</B>;url=contact.php;");
aI("text=<B>&nbsp;Members Area&nbsp;</B>;url=membersonly.php");
aI("text=<B>&nbsp;Meeting Minutes&nbsp;</B>;url=minutes.php;");
}

with(milonic=new menuname("photos")) {
	style=submenuStyle;
	overflow="scroll";
	 aI("text=The Birth;url=gallery.php?page=4");  aI("text=Christopher's First Week;url=gallery.php?page=1");  aI("text=Photos With Family;url=gallery.php?page=5");  aI("text=Maternity Photos;url=gallery.php?page=3");  aI("text=Christopher's Bedroom;url=gallery.php?page=2"); }


with(milonic=new menuname("team")) {
	style=submenuStyle;
	overflow="scroll";
	aI("text=David Gentles - <small>REALTOR </small>&reg;;url=david.php;");
	aI("text=Joan Gentles - <small>Managing Broker</small>;url=joan.php;");
}


with(milonic=new menuname("realtyinfo")) {
	style=submenuStyle;
	overflow="scroll";
	aI("text=Real Estate Articles;url=articles.php;");
	aI("text=Mortgage Calculator;url=mortgagecalculator.php;");
	aI("text=Real Estate Web Links;url=realtylinks.php;");
}

with(milonic=new menuname("nelsoninfo")) {
	style=submenuStyle;
	overflow="scroll";
	aI("text=About Nelson;url=nelson.php;");
	aI("text=Nelson Web Links;url=nelsonlinks.php;");
}

with(milonic=new menuname("propertymanagement")) {
	style=submenuStyle;
	overflow="scroll";
	aI("text=Residential Property Management;url=residential_property_management.php;");
	aI("text=Available Residential Rentals;url=residential_rentals.php;");
}



