// http://www.rvhabitat.org
//http://s95300952.onlinehome.us


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5              // Sub menu top offset
_subOffsetLeft=-6            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#1954BF";
oncolor="#FFFFFF";
offbgcolor="#1954BF";
offcolor="#FFFFFF";
bordercolor="#1954BF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#8CAAE0";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#1954BF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.rvhabitat.org/nav/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#1954BF', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("About")){
style=menuStyle;
overflow="scroll";
aI("text=Who We Are;url=http://www.rvhabitat.org/about_us/index.html;status=Who We Are;");
aI("text=Annual Report;url=http://www.rvhabitat.org/about_us/report.html;status=Annual Report;");
aI("text=Recognition;url=http://www.rvhabitat.org/about_us/recognition.html;status=Donor Recognition;");
aI("text=Committees;url=http://www.rvhabitat.org/about_us/committees.html;status=List Of Committees;");
aI("text=Board & Staff;url=http://www.rvhabitat.org/about_us/leaders.html;status=Affiliate Leaders;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=Events;url=http://www.rvhabitat.org/events/index.html;status=Upcoming Events;");
aI("text=News;url=http://www.rvhabitat.org/news/index.html;status=News;");
}

with(milonic=new menuname("Volunteer")){
style=menuStyle;
aI("text=Adult;showmenu=adult2;");
aI("text=Youth;showmenu=youth2;");
}

with(milonic=new menuname("adult2")){
style=menuStyle;
aI("text=Individuals;url=http://www.rvhabitat.org/volunteer/adult.html;status=Adult Individuals;");
aI("text=Groups;url=http://www.rvhabitat.org/volunteer/adult_grp.html;status=Adult Groups;");
}

with(milonic=new menuname("youth2")){
style=menuStyle;
aI("text=Individuals;url=http://www.rvhabitat.org/volunteer/youth.html;status=Youth Individuals 14-17yrs;");
aI("text=Groups;url=http://www.rvhabitat.org/volunteer/youth_grp.html;status=Youth Groups 14-17yrs;");
aI("text=Groups (under 16 yrs);url=http://www.rvhabitat.org/volunteer/youth_grp_under16.html;status=Youth Groups Under 14yrs;");
}

with(milonic=new menuname("Donate")){
style=menuStyle;
aI("text=Individual;url=http://www.rvhabitat.org/donate/individual_donation.html;status=Individual Gifts;");
aI("text=Church;url=http://www.rvhabitat.org/donate/church_partner.html;status=Church Partnerships;");
aI("text=Business;url=http://www.rvhabitat.org/donate/business_partner.html;status=Business Partnerships;");
aI("text=Community;url=http://www.rvhabitat.org/donate/community_partner.html;status=Community Partnerships;");
//aI("text=Other Ways;showmenu=donate2;status=Other Ways to Donate;");
}

//Not Using Now
with(milonic=new menuname("donate2")){
style=menuStyle;
aI("text=Gift Cards;url=http://www.rvhabitat.org/;status=NameHere;");
aI("text=Gift Cards;url=http://www.rvhabitat.org/;status=NameHere;");
aI("text=Gift Cards;url=http://www.rvhabitat.org/;status=NameHere;");
}

with(milonic=new menuname("projects")){
style=menuStyle;
aI("text=Current;url=http://www.rvhabitat.org/projects/current.html;status=Current Projects;");
aI("text=Future;url=http://www.rvhabitat.org/projects/future.html;status=Future Projects;");
aI("text=Past;url=http://www.rvhabitat.org/projects/past.html;status=Past Projects;");
}

with(milonic=new menuname("homeowners")){
style=menuStyle;
aI("text=Partner Families;url=http://www.rvhabitat.org/homeowners/partner.html;status=Partner Families;");
aI("text=Criteria;url=http://www.rvhabitat.org/homeowners/criteria.html;status=Criteria;");
aI("text=Process;url=http://www.rvhabitat.org/homeowners/process.html;status=Process;");
aI("text=Resources;url=http://www.rvhabitat.org/homeowners/resources.html;status=Resources;");
}

with(milonic=new menuname("faq")){
style=menuStyle;
aI("text=Frequently Asked Questions;url=http://www.rvhabitat.org/;status=NameHere;");
aI("text=Contact Us;url=http://www.rvhabitat.org/;status=NameHere;");
aI("text=Habitat International;url=http://www.rvhabitat.org/;status=NameHere;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Affiliate Leaders;url=http://www.rvhabitat.org/;status=NameHere;");
aI("text=Office Location;url=http://www.rvhabitat.org/;status=NameHere;");
}


drawMenus();


