<!--

// original code by Bill Trefzger 12/12/96

function go5(){

if (document.getElementById("qlinks").options[document.getElementById("qlinks").selectedIndex].value != "none") {

location = document.getElementById("qlinks").options[document.getElementById("qlinks").selectedIndex].value

		}

	}


//document.write('<form name="selecter5">');

document.write('<select name="select1" id="qlinks" onchange="go5()">');

document.write('<option value=none>Quick Links');

document.write('<option>--------------');

//document.write('<option value="http://www.ocean.edu/alumni/index.htm">Alumni');

document.write('<option value="http://www.ocean.edu/campus/fine_arts_center/index.htm">Arts and Community Center');

document.write('<option value="http://www.ocean.edu/studentlife/athletics/index.htm">Athletics');

document.write('<option value="http://www.ocean.edu/campus/bookstore/bookstore.htm">Bookstore');

document.write('<option value="http://www.ocean.edu/cbet/index.htm">Business Training');

document.write('<option value="http://www.ocean.edu/academics/catalog/current_year/general.htm">College Catalog');

document.write('<option value="http://www.ocean.edu/academics/schedule.htm">Course Schedule');

document.write('<option value="http://www.ocean.edu/academics/distance_learning/distance_learning.htm">Distance Learning');

document.write('<option value="http://directory.ocean.edu">Faculty/Staff Directory');

document.write('<option value="http://www.ocean.edu/admissions/financial_aid/index.htm">Financial Aid');

document.write('<option value="http://www.ocean.edu/campus/Frequently_Asked_Questions.htm">FAQ');

document.write('<option value="http://www.ocean.edu/community/foundation/index.htm">Foundation');

document.write('<option value="http://www.ocean.edu/campus/PAR/InstitutionalEffectiveness.htm">Institutional Effectiveness');

document.write('<option value="http://www.ocean.edu/library/welcome.html">Library');

document.write('<option value="http://www.ocean.edu/conted/index.htm">Non-Credit Courses');

document.write('<option value="http://www.ocean.edu/campus/planetarium/index.htm">Planetarium');

document.write('<option value="http://www.ocean.edu/admissions/recruitment/visit_occ.htm">Prospective Students');

document.write('<option value="http://www.ocean.edu/campus/osr/index.htm">Teacher Professional');

document.write('<option value="http://www.ocean.edu/welcome/SEC/index.htm">Southern Education Center');

//document.write('<option value="http://www.ocean.edu/campus/osr/index.htm">Tech Prep');

document.write('<option value="http://www.ocean.edu/admissions/webadvisor_instructions.htm">WebAdvisor');

document.write('</select>');

//document.write('</form>');

// end hiding contents -->
