

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



with(menuStyle=new mm_style()){
onbgcolor="#222222";
oncolor="#FFDDCC";
offbgcolor="#000000";
offcolor="#FFFFFF";
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="";
xitemwidth=120;
itemheight=31;
}

with(submenuStyle=new mm_style()){
onbgcolor="#000000";
oncolor="#FFDDCC";
offbgcolor="#222222";
offcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="12px";
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="horizontal";
aI("text=<B>&nbsp;Home&nbsp;</B>;url=/index.php;");
aI("text=<B>&nbsp;About Us&nbsp;</B>;url=/about.php;");
aI("text=<B>&nbsp;Our Team&nbsp;</B>;url=/staff.php;showmenu=team;");
aI("text=<B>&nbsp;Real Estate Listings&nbsp;</B>;url=/listings.php;showmenu=listings;");
aI("text=<B>&nbsp;Property Management&nbsp;</B>;url=/rentals.php;showmenu=propertymanagement;");
aI("text=<B>&nbsp;Real Estate Info&nbsp;</B>;showmenu=realtyinfo;");
aI("text=<B>&nbsp;Nelson BC Info&nbsp;</B>;showmenu=nelsoninfo;");
aI("text=<B>&nbsp;Contact Us&nbsp;</B>;url=/contact.php;");
}

with(milonic=new menuname("listings")) {
	style=submenuStyle;
	overflow="scroll";
	 aI("text=Residential Properties;url=/listings.php?type=res");  
	 aI("text=Commercial Properties;url=/listings.php?type=com");  
	 aI("text=Vacant Land;url=/listings.php?type=land");
	 aI("text=Recent Sales;url=/listings.php?type=sold"); }


with(milonic=new menuname("team")) {
	style=submenuStyle;
	overflow="scroll";
	aI("text=David Gentles - <small>REALTOR </small>&reg;<small> / Managing Broker</small>;url=/david.php;");
	aI("text=Joan Gentles - <small>REALTOR </small>&reg;<small> / Managing Broker</small>;url=/joan.php;");
	aI("text=Burke Jones - <small>REALTOR </small>&reg;;url=/burke.php;");
	aI("text=Trevor Jenkinson - <small>REALTOR </small>&reg;<small> / Property Manager</small>;url=/trevor.php;");
	aI("text=Deane Stanley - <small>REALTOR </small>&reg;;url=/deane.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=Rentals Available;url=/rentals.php;");
}



