<!--
// original code by Bill Trefzger 12/12/96
function go2(){
if (document.headerdrop.select1.options[document.headerdrop.select1.selectedIndex].value != "none") {
location = document.headerdrop.select1.options[document.headerdrop.select1.selectedIndex].value
		}
	}
//-->
<!--
document.write('<form name="headerdrop" id="headerdrop"><select name="select1" size="1" select onchange="go2()">');
document.write('<option value=none selected>Click Here');
document.write('<option value="http://www.lasalle.edu/alumni/"><a href="#">Alumni</a>');
document.write('<option value="http://www.lasalle.edu/admin/">Faculty & Staff');
document.write('<option value="http://www.lasalle.edu/friends/"> Friends ');
document.write('<option value="http://www.lasalle.edu/prospective/"> Prospective Students');
document.write('<option value="http://www.lasalle.edu/students/"> Students');


document.write('</form>');
// end hiding contents -->

