
_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=2             // 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="#660027";
	offcolor="#FFFFFF";
	bordercolor="#660027";
	borderstyle="solid";
	borderwidth=0;
	separatorcolor="#FFFFFF";
	separatorsize="1";
	padding=5;
	fontsize="8pt";
	fontstyle="normal";
	fontweight="bold";
	fontfamily="Verdana, helvetica, sans serif;";
	pagecolor="#FFFFFF";
	pagebgcolor="#000000";
	headercolor="#000000";
	headerbgcolor="#ffffff";
}

with(topStyleNew=new mm_style()){
	onbgcolor="#000000";
	oncolor="#FFFFFF";
	offbgcolor="#660027";
	offcolor="#FFFFFF";
	bordercolor="#660027";
	borderstyle="solid";
	borderwidth=0;
	separatorcolor="#660027";
	separatorsize="1";
	padding=5;
	fontsize="8pt";
	fontstyle="normal";
	fontweight="bold";
	fontfamily="Verdana, helvetica, sans serif;";
	pagecolor="#FFFFFF";
	pagebgcolor="#000000";
	headercolor="#000000";
	headerbgcolor="#ffffff";
}

with(subStyle=new mm_style()){
	onbgcolor="#000000";
	oncolor="#FFFFFF";
	offbgcolor="#660027";
	offcolor="#FFFFFF";
	bordercolor="#FFFFFF";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#FFFFFF";
	separatorsize="1";
	padding=5;
	fontsize="8pt";
	fontstyle="normal";
	fontweight="bold";
	fontfamily="Verdana, helvetica, sans serif;";
	pagecolor="#FFFFFF";
	pagebgcolor="#000000";
	headercolor="#000000";
	headerbgcolor="#ffffff";
}

with(milonic=new menuname("homesub")){
style=subStyle;
overflow="scroll";
aI("text=Website Home;url=index.cfm;");
aI("text=Residential;url=residential.cfm;");
aI("text=Commercial;url=commercial.cfm;");
aI("text=First & Main;url=firstandmain.cfm;");
} 

with(milonic=new menuname("tenants")){
style=subStyle;
overflow="scroll";
aI("text=McIntire Business Park;url=commercial_tenants.cfm?ID=2;");
aI("text=Market Square;url=commercial_tenants.cfm?ID=1;");
aI("text=Arlington Boulevard;url=commercial_tenants.cfm?ID=3;");
aI("text=Commonwealth;url=commercial_tenants.cfm?ID=4;");
}

drawMenus();
