
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=2                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=3             // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(topStyle=new mm_style()){
	onbgcolor="#7F80D5";
	oncolor="#FFFFFF";
	offbgcolor="#DEE1E5";
	offcolor="#0001AB";
	bordercolor="#808080";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#808080";
	separatorsize="1";
	padding=5;
	fontsize="9pt";
	fontstyle="normal";
	fontweight="normal";
	fontfamily="verdana, sans serif;";
	pagecolor="#FFFFFF";
	pagebgcolor="#438838";
	headercolor="#000000";
	headerbgcolor="#ffffff";
	subimage="images/arrow.gif";
	subimagepadding="2";
}

with(subStyle=new mm_style()){
	onbgcolor="#7F80D5";
	oncolor="#FFFFFF";
	offbgcolor="#DEE1E5";
	offcolor="#0001AB";
	bordercolor="#808080";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#808080";
	separatorsize="1";
	padding=5;
	fontsize="9pt";
	fontstyle="normal";
	fontweight="normal";
	fontfamily="verdana, sans serif;";
	pagecolor="#FFFFFF";
	pagebgcolor="#438838";
	headercolor="#000000";
	headerbgcolor="#ffffff";
}

with(milonic=new menuname("homes")){
style=subStyle;
overflow="scroll";
aI("text=Under $100,000;url=properties.cfm?range=1;");
aI("text=$100,000 to $200,000;url=properties.cfm?range=2;");
aI("text=$200,000 to $300,000;url=properties.cfm?range=3;");
aI("text=Over $300,000;url=properties.cfm?range=4;");
} 

with(milonic=new menuname("land")){
style=subStyle;
overflow="scroll";
aI("text=Less than 25 Acres;url=properties.cfm?type=land&range=1;");
aI("text=More than 25 Acres;url=properties.cfm?type=land&range=2;");
}

with(milonic=new menuname("admin")){
style=subStyle;
overflow="scroll";
aI("text=Manage Locations List;url=m_locations.cfm;");
aI("text=Off Market Properties;url=properties.cfm?type=offmarket;");
} 

drawMenus();
