
_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=0             // 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="#000000";
	oncolor="#FFFFFF";
	offbgcolor="#FFE710";
	offcolor="#000000";
	bordercolor="#000000";
	borderstyle="solid";
	borderwidth=0;
	separatorcolor="#FFE710";
	separatorsize="10";
	padding=2;
	fontsize="11pt";
	fontstyle="normal";
	fontweight="bold";
	fontfamily="garamond,times new roman,georgia,serif;";
	pagecolor="#000000";
	pagebgcolor="#FFE710";
	headercolor="#000000";
	headerbgcolor="#ffffff";
}

with(subStyle=new mm_style()){
	onbgcolor="#000000";
	oncolor="#FFFFFF";
	offbgcolor="#FFE710";
	offcolor="#000000";
	bordercolor="#000000";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#000000";
	separatorsize="1";
	padding=3;
	fontsize="11pt";
	fontstyle="normal";
	fontweight="bold";
	fontfamily="garamond,times new roman,georgia,serif;";
	pagecolor="#000000";
	pagebgcolor="#FFE710";
	headercolor="#000000";
	headerbgcolor="#ffffff";
}

// don't forget to update the NOSCRIPT within inc_menu.cfm 

with(milonic=new menuname("neighborhoods")){
style=subStyle;
overflow="scroll";
aI("text=Jefferson Ridge;url=/neighborhood.cfm?ID=15;");
aI("text=Longwood Park;url=/neighborhood.cfm?ID=16;");
aI("text=Carrollton Terrace;url=/neighborhood.cfm?ID=18;");
aI("text=Turtle Creek;url=/turtlecreek;");
aI("text=Brandon Ladd;url=/neighborhood.cfm?ID=21;");
aI("text=Downtown Area;url=/neighborhood.cfm?ID=22;");
aI("text=Hydraulic Road Area;url=/neighborhood.cfm?ID=20;");
aI("text=University Area;url=/neighborhood.cfm?ID=25;");
aI("text=Forest Hills;url=/neighborhood.cfm?ID=27;");
aI("text=Scattered Properties;url=/neighborhood.cfm?ID=24;");
aI("text=Belmont;url=/neighborhood.cfm?ID=26;");

} 

with(milonic=new menuname("leasing")){
style=subStyle;
overflow="scroll";
aI("text=Rental Policies;url=/rentalpolicies.cfm;");
// aI("text=Rental Application;url=content.cfm?ID=8;");
aI("text=Apply Online;url=https://www.neighborhoodprops.com/rentalapplication.cfm;");
aI("text=Lease Documents;url=/leasedocuments.cfm;");
aI("text=Maintenance Request;url=/maintenance.cfm;");
aI("text=FAQ's;url=/faq.cfm;");
} 

with(milonic=new menuname("developments")){
style=subStyle;
overflow="scroll";
aI("text=Annadale Farm;url=/development.cfm?ID=73;");
aI("text=Hancock Farms;url=/development.cfm?ID=71;");
aI("text=Jefferson Ridge;url=/development.cfm?ID=68;");
aI("text=Ridgecrest;url=/development.cfm?ID=67;");
aI("text=Spotswood Glade;url=/development.cfm?ID=88;");
aI("text=Spotswood Ridge;url=/development.cfm?ID=70;");
aI("text=Waynesboro Village;url=/development.cfm?ID=72;");
}

drawMenus();

