function go1(){
if (document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value == "help") {
window.open("/help","_blank","");
		}

else if (document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value != "none") {
location = document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value
		}
	}
document.write('<form name="selecter1"><select name="select1" onchange="go1()">');
document.write('<option value=none>Navigation');
document.write('<option value=none>----------');
document.write('<option value="http://www.maalotboston.com/cgi-bin/Blah/Blah.pl/">Maalot Boston');
document.write('<option value="http://www.maalotcleveland.com/cgi-bin/Blah/Blah.pl/">Maalot Cleveland');
document.write('<option value="http://www.maalotdallas.com/cgi-bin/Blah/Blah.pl/">Maalot Dallas');
document.write('<option value="http://www.maalotjerusalem.com/cgi-bin/Blah/Blah.pl/">Maalot Jerusalem');
document.write('<option value="http://www.maalotlosangeles.com/cgi-bin/Blah/Blah.pl/">Maalot Los Angeles');
document.write('<option value="http://www.maalotwashington.com/cgi-bin/Blah/Blah.pl/">Maalot Washington');
document.write('<option value="http://www.maalotwest.com/cgi-bin/Blah/Blah.pl/">Maalot West');
document.write('<option value=none>----------');
document.write('<option value="help">Maalot Help Center');
document.write('</select>');
document.write('</form>');
// end hiding contents -->

