fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#5A2908";
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FFE1B2";
offcolor="#5A2908";
onbgcolor="#ececec";
oncolor="#5A2908";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#5A2908";
separatorsize=2;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=20;
overflow="scroll";
style=menuStyle;

DocName = window.location.href.substr(window.location.href.lastIndexOf("/")+1).replace(/\?.*$/g, '');

top=180;

// if (DocName != 'default.cfm'){
// top=100;
// }








aI("text=Home;url=/default.cfm;")
aI("showmenu=about;text=About Us;url=/about/about.cfm;");
aI("showmenu=homelessness;text=Homelessness;url=/homelessness/homelessness.cfm;");
aI("showmenu=volunteers;text=Volunteers;url=/volunteers/volunteers.cfm;");
aI("showmenu=clients;text=Clients;url=/clients/clients.cfm;");
aI("showmenu=advocacy;text=Advocacy;url=/advocacy/advocacy.cfm;");
aI("showmenu=help;text=How to Help;url=/help/help.cfm;");
aI("text=Contact Us;url=/contact/contact.asp;")
}


with(milonic=new menuname("about")){
overflow="scroll";
style=menuStyle;
aI("text=Mission;url=/about/mission.cfm;")
aI("text=Staff;url=/about/staff.asp;")
aI("text=Legal Clinic Intake Sites & Times;url=/clients/intake.cfm;")
aI("text=WLCH in the News;url=/about/news.cfm;")


}

with(milonic=new menuname("homelessness")){
style=menuStyle;
aI("text=Overview of Homelessness;url=/homelessness/overview.cfm;");
}

with(milonic=new menuname("Volunteers")){
style=menuStyle;
aI("showmenu=becoming;text=Becoming a Volunteer/Intern;url=/volunteers/becoming.cfm;");
aI("showmenu=resources;text=Resources;url=/volunteers/resources.cfm;");
aI("text=HSRA Training;url=/volunteers/hsra_training.cfm;");
aI("text=Intake Guide;url=/pdf/2007_intake_guide.pdf;");
aI("text=Volunteer Highlights;url=/volunteers/volhilights.cfm;");
aI("text=Special Events;url=/volunteers/specevents.cfm;");
}

with(milonic=new menuname("becoming")){
style=menuStyle;
aI("text=Our Attorney & Paralegal Volunteer Program;url=/volunteers/laprogram.cfm;");
aI("text=Summer Associate Program;url=/volunteers/sabrochure.pdf;");
aI("text=Internship Job Description;url=/volunteers/interndesc.cfm;");
}

with(milonic=new menuname("resources")){
style=menuStyle;
aI("text=Case Counseling;url=/volunteers/counseling.cfm;");
aI("text=Volunteer Forms;url=/volunteers/volforms.cfm;");
aI("text=FBC Referral List;url=/pdf/fbcref.pdf;");
aI("text=Intake Guide;url=/pdf/2007_intake_guide.pdf;");
aI("text=Volunteer Resource Links;url=/volunteers/vollinks.cfm;");
}

with(milonic=new menuname("clients")){
style=menuStyle;
aI("text=DC Benefits;url=/clients/dcbenefits.cfm;");
aI("text=Housing;url=/clients/housing.cfm;");
aI("text=Shelter;url=/clients/shelter.cfm;");
aI("text=Emergency Assistance;url=/clients/emergency.cfm;");
aI("showmenu=otherneeds;text=Other Legal Needs;url=/clients/otherneeds.cfm;");
}

with(milonic=new menuname("otherneeds")){
style=menuStyle;
aI("text=Legal Clinic Intake Sites & Times;url=/clients/intake.cfm;");
}


with(milonic=new menuname("advocacy")){
style=menuStyle;
aI("text=Fair Budget Coalition;url=/advocacy/fairbud.cfm;");
aI("showmenu=community;text=Community Advocacy;url=/advocacy/community.cfm;");
}

with(milonic=new menuname("community")){
style=menuStyle;
aI("text=Fair Budget Coalition;url=/advocacy/fairbud.cfm;");
aI("text=Coalition of Homeless and Housing Organizations;url=/advocacy/coho.cfm;");
aI("text=Consortium of Legal Service Providers;url=/advocacy/consort.cfm;");
}

with(milonic=new menuname("help")){
style=menuStyle;
aI("text=Volunteering;url=/volunteers/becoming.cfm;");
aI("text=Support;url=/help/support.cfm;");
aI("text=Advocacy;url=/advocacy/advocacy.cfm;");
}




drawMenus();

