<!--

// original code by Bill Trefzger 12/12/96

function go5(){

if (document.selecter5.select1.options[document.selecter5.select1.selectedIndex].value != "none") {

location = document.selecter5.select1.options[document.selecter5.select1.selectedIndex].value

		}

	}


//document.write('<form name="selecter5">

document.write('<select name="select1" onchange="go5()">');

document.write('<option value=none>Quick Links');

document.write('<option value=none>--------------');

document.write('<option value="http://www.montgomeryhospital.com/community/upcoming_events.htm">Calendar of Community Events');

document.write('<option value="http://www.montgomeryhospital.com/maternity/childbirth.htm">Childbirth Classes');

document.write('<option value="http://www.montgomeryhospital.com/community/cpr_fa_courses.htm">CPR Courses');

document.write('<option value="http://www.montgomeryhospital.com/depart_serv/employment.htm">Employment Opportunities');

document.write('<option value="http://www.montgomeryhospital.com/about/fast_facts.htm">Fast Facts');

document.write('<option value="http://www.montgomeryhospital.com/depart_serv/hospice.htm">Home Care & Hospice');

document.write('<option value="http://www.montgomeryhospital.com/depart_serv/lab_blood_ctr.htm">Lab Services');

document.write('<option value="http://www.montgomeryhospital.com/community/wellness.htm">Support Groups');

document.write('<option value="http://www.montgomeryhospital.com/depart_serv/womans_ctr.htm">Women\'s Center');







document.write('</select>');

//document.write('</form>');

// end hiding contents -->
