<!--

// 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" selected>Quick Links');

document.write('<option value="blankline">--------------');

//document.write('<option value="http://www.haddonfieldfriends.org/schoolcommittee/index.htm">School Cmte.');

//document.write('<option value="http://www.haddonfieldfriends.org/pto/parent_advisory_submit.htm">Parent Advisory');

document.write('<option value="http://www.haddonfieldfriends.org/pto/index.htm">PTO');

//document.write('<option value="http://www.haddonfieldfriends.org/news/current/newsitem_poinsettias.htm">Poinsettias');

document.write('<option value="http://www.haddonfieldfriends.org/news/newsletter.htm">Newsletter');

//document.write('<option value="https://www.haddonfieldfriends.org/admissions/application/apply.cgi">Apply Online');

document.write('<option value="http://www.haddonfieldfriends.org/admissions/openhouse.htm">Open House');

document.write('<option value="http://www.haddonfieldfriends.org/about/directions.htm">Directions');







document.write('</select>');

//document.write('</form>');

// end hiding contents -->
