// embedApplet.js
<!--
document.write('<applet code="NetMenu.class" align="baseline" archive="NetMenu.jar" width="220" height="380">');
document.write('<param name="bgColor" value="0B402F">');
document.write('<param name="topLevelColor" value="117B5B">');
document.write('<param name="secondLevelColor" value="0F5B43">');
document.write('<param name="strColor" value="#FFFFF9">');
document.write('<param name="strHiColor" value="FFFFCC">');
document.write('<param name="itemHeight" value="17">');
document.write('<param name="font" value="Arial">');

document.write('<param name="menu0" value="HOME|u0">');
document.write('<param name="u0" value="_top|index.html">');

document.write('<param name="menu1" value="PROGRAMS|*|Housing Development,Head Start,Energy Assistance Program,Weatherization Program,Loans,Family Development,Transportation,Senior Programs,Continuum Of Care,Emerging Markets|u1,u2,u3,u4,u5,u6,u7,u8,u9,u10">');
document.write('<param name="u1" value="_top|programs_hd.html">');
document.write('<param name="u2" value="_top|programs_headstart.html">');
document.write('<param name="u3" value="_top|programs_eap.html">');
document.write('<param name="u4" value="_top|programs_wx.html">');
document.write('<param name="u5" value="_top|programs_flp.html">');
document.write('<param name="u6" value="_top|programs_fd.html">');
document.write('<param name="u7" value="_top|programs_transp.html">');
document.write('<param name="u8" value="_top|programs_senior.html">');
document.write('<param name="u9" value="_top|programs_coc.html">');
document.write('<param name="u10" value="_top|programs_em.html">');

document.write('<param name="menu2" value="ABOUT US|*|History,Strategic Plan,Funder Acknowledgement,Audits / 990\'s,Board,Office Locations,Maps To Office Locations|u11,u12,u13,u14,u16,u17,u18">');
document.write('<param name="u11" value="_top|about.html">');
document.write('<param name="u12" value="_top|about.html#strat">');
document.write('<param name="u13" value="_top|about_fa.html">');
document.write('<param name="u14" value="_top|about_audits.html">');
<!----document.write('<param name="u15" value="_blank|http://www.threeriverscap.org/pdf/RFP_Year_Ended_September_30_2007.pdf">');---->
document.write('<param name="u16" value="_top|about.html#board">');
document.write('<param name="u17" value="_top|about_locations.html">');
document.write('<param name="u18" value="_top|about_locations.html">');

document.write('<param name="menu3" value="HUMAN INTEREST STORIES|u19">');
document.write('<param name="u19" value="_top|human_interest.html">');

document.write('<param name="menu4" value="WHAT\'S NEW|*|Highlights,Current Press Release,Events,Awards|u20,u21,u22,u23">');
document.write('<param name="u20" value="_top|whatsnew_highlights.html">');
document.write('<param name="u21" value="_top|whatsnew_press_release.html">');
document.write('<param name="u22" value="_top|whatsnew_events.html">');
document.write('<param name="u23" value="_top|whatsnew_awards.html">');

document.write('<param name="menu5" value="LINKS|*|All Programs,Resource Directories,Sr. Programs Book List|u24,u25,u26">');
document.write('<param name="u24" value="_top|links.html">');
document.write('<param name="u25" value="_top|links_resources.html">');
document.write('<param name="u26" value="_top|links_seniorbooklist.html">');

document.write('<param name="menu6" value="BROCHURES / FORMS / NEWSLETTERS|*|All Programs|u27">');
document.write('<param name="u27" value="_top|brochures.html">');

document.write('<param name="menu7" value="JOB OPENINGS|*|Current Openings|u28">');
document.write('<param name="u28" value="_top|jobs.html">');

document.write('<param name="menu8" value="DONATE|*|Donate Funds,Volunteer,Donate Items|u29,u30,u31">');
document.write('<param name="u29" value="_top|help_donations.html">');
document.write('<param name="u30" value="_top|help_volunteer.html">');
document.write('<param name="u31" value="_top|help_items.html">');

document.write('<param name="menu9" value="CONTACT US|u32">');
document.write('<param name="u32" value="_top|contactus.html">');

document.writeln('</applet>');
//-->



