_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#eeeeff";
oncolor="#000000";
offbgcolor="#3670cB";
offcolor="#000000";
bordercolor="#000078";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#eeeeff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="milonicMenu/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
openstyle:"horizontal";
}


with(milonic=new menuname("about")){
style=menuStyle;
aI("text=Mission;url=mission.php;");
aI("text=History;url=history.php;");
aI("text=Board;url=board.php;");
aI("text=Contact Us;url=contact.php;");

}


with(milonic=new menuname("programs")){
style=menuStyle;
aI("text=Services;url=programs.php;");
aI("text=Tenant Rights;url=tenantrights.php;");
aI("text=Rental Assistance;url=rentalassistance.php;");
aI("text=Organizing;url=organizing.php;");
}

with(milonic=new menuname("tenantrights")){
style=menuStyle;
aI("text=Human Rights;url=humanrights.php;");
aI("text=Leasing;showmenu=leasing;");
aI("text=Discrimination;showmenu=discrimination;");
aI("text=Repairs;showmenu=repairs;");
aI("text=Evictions;showmenu=evictions;");
aI("text=Utilities;showmenu=utilities;");
}

with(milonic=new menuname("tenantnews")){
style=menuStyle;

aI("text=Project Brotherly Love;url=projectbrotherlylove.php;");
aI("text=Rental Suitability Bill;url=rentalsuitabilitybill.php;");
aI("text=Katrina Leadership Institute;url=katrinaleadershipinstitute.php;");

}

with(milonic=new menuname("leasing")){
style=menuStyle;
aI("text=Finding a Place;url=findingaplace.php;");
aI("text=Your Lease;url=yourlease.php;");
aI("text=Security Deposits;url=securitydeposits.php;");
aI("text=Landlord Fraud;url=landlordfraud.php;");
aI("text=Privacy;url=privacy.php;");
aI("text=Rent Increases;url=rentincreases.php;");
aI("text=Ending Your Lease;url=endingyourlease.php;");
}

with(milonic=new menuname("discrimination")){
style=menuStyle;
aI("text=Laws;url=discrimination.php;");
aI("text=What is it?;url=whatisdiscrimination.php;");
aI("text=Illegal Statements;url=illegalstatements.php;");
aI("text=Disabilities;url=disabilities.php;");
aI("text=What to Do;url=whattodo.php;");
}
with(milonic=new menuname("repairs")){
style=menuStyle;
aI("text=Rights;url=repairs.php;");
aI("text=Sue for Damages;url=suefordamages.php;");
aI("text=Repair & Deduct;url=repairanddeduct.php;");
aI("text=Withholding;url=withholding.php;");
aI("text=Lease Termination;url=terminatingthelease.php;");
aI("text=Heat;url=heat.php;");
}
with(milonic=new menuname("evictions")){
style=menuStyle;
aI("text=Process;url=evictions.php;");
aI("text=Notice to Vacate;url=noticetovacate.php;");
aI("text=Unfair Rental Practice;url=unfairrentalpractice.php;");
aI("text=Eviction Complaint;url=evictioncomplaint.php;");
aI("text=Court Hearing;url=courthearing.php;");
aI("text=Appeals;url=appeals.php;");
aI("text=Writ of Possession;url=writofposession.php;");
aI("text=Illegal Lockout;url=illegallockout.php;");
}
with(milonic=new menuname("utilities")){
style=menuStyle;
aI("text=Metering;url=utilities.php;");
aI("text=Tenant Payment;url=tenantpayment.php;");
aI("text=Landlord Payment;url=landlordpayment.php;");
}
with(milonic=new menuname("tenantunions")){
style=menuStyle;
aI("text=The Network;url=citywideunion.php;");
aI("text=Forming a Union;url=formingaunion.php;");
}
	
