<!--
//edit the links as you would with regular html but remeber the '/" changes and follow the examples as a guide
document.write('<form name="jump"><select style="font-size: 10px" name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO"><option value="#">Departments:</option><option value="#">--------</option><option value="art.html">Fine Art</option><option value="la.html">Language Arts</option><option value="math.html">Math</option><option value="music.html">Music/Drama</option><option value="rotc.html">Naval Science</option><option value="occupational.html">CTE</option><option value="pe.html">PE/Health</option><option value="science.html">Science</option><option value="ss.html">Social Studies</option><option value="se.html">Special Education</option><option value="#">--------</option><option value="index.html">Departments Index</option></select></form>');
//-->
