
_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="#FFFFFF";
	oncolor="#6B73C6";
	offbgcolor="#6B73C6";
	offcolor="#FFFFFF";
	bordercolor="#6B73C6";
	borderstyle="solid";
	borderwidth=0;
	separatorcolor="#FFFFFF";
	separatorsize="1";
	padding=4;
	fontsize="10pt";
	fontstyle="normal";
	fontweight="bold";
	fontfamily="verdana,san serif;";
	pagecolor="";
	pagebgcolor="";
	headercolor="";
	headerbgcolor="";
}

with(subStyle=new mm_style()){
	onbgcolor="#FFFFFF";
	oncolor="#6B73C6";
	offbgcolor="#6B73C6";
	offcolor="#FFFFFF";
	bordercolor="#6B73C6";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#FFFFFF";
	separatorsize="1";
	padding=4;
	fontsize="10pt";
	fontstyle="normal";
	fontweight="bold";
	fontfamily="verdana,san serif;";
	pagecolor="";
	pagebgcolor="";
	headercolor="";
	headerbgcolor="";
	overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
	//outfilter="randomdissolve(duration=0.1)";

}

with(milonic=new menuname("leasing")){
style=subStyle;
overflow="scroll";
// aI("text=Instructions;url=instructions.cfm;");
aI("text=Online Leasing;url=onlineleasing.cfm;");
aI("text=Lease;url=documents/house_master_lease.pdf;");
aI("text=Lease Guaranty;url=documents/lease_guarantee_1815.pdf;");
aI("text=Summary of Lease Terms Sample;url=documents/sample_summary_of_lease_terms.pdf;");
 
} 

with(milonic=new menuname("subleasing")){
style=subStyle;
overflow="scroll";
aI("text=Subleases Available;url=subleasing.cfm;");
aI("text=Looking to Sublease;url=subleasing.cfm?type=2;");
} 


drawMenus();
