document.write('<form name="jump">');
document.write('&nbsp;&nbsp;');
document.write('<select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO" class="dropdown">');	
document.write('<OPTION value=# >Quick Connect...');
document.write('<OPTION value="exp/hospice.html">EXPERIENCE THE DIFFERENCE');
document.write('<OPTION value="exp/hospice.html">What is Hospice');
document.write('<OPTION value="exp/benefit.html">How do patients benefit');
document.write('<OPTION value="exp/services.html">Services');
document.write('<OPTION value="exp/charged.html">Will I be charged');
document.write('<OPTION value="exp/faq.html">FAQs');
document.write('<OPTION value="exp/fact.html">Facts vs Fiction');

document.write('<OPTION value="volunteer/heart.html">VOLUNTEER PROGRAM');
document.write('<OPTION value="volunteer/heart.html">Heart of Hospice');
document.write('<OPTION value="volunteer/role.html">Role as a Volunteer');
document.write('<OPTION value="volunteer/cando.html">What You can do');
document.write('<OPTION value="volunteer/cannotdo.html">What You cannot do');
document.write('<OPTION value="volunteer/how.html">How do I become a volunteer');

document.write('<OPTION value="about/mission.html">ABOUT US');
document.write('<OPTION value="about/mission.html">Our Mission');
document.write('<OPTION value="about/testimonials.html">Testimonials');
document.write('<OPTION value="about/team.html">Team');
document.write('<OPTION value="about/partner.html">Partner with Us');
document.write('<OPTION value="about/contact.html">Contact Us');
document.write('<OPTION value="about/parent.html">Parent Company');

document.write('<OPTION value="index.html">HOME');

document.write('</SELECT>');

document.write('</form>');