// JavaScript Document
document.write ("<select onchange=window.open(this.options[this.selectedIndex].value,'_top') name=menu1>")
document.write ("<option style='FONT-WEIGHT: bold' selected>Quick Links</option>")
document.write ("<option value=http://stjohnshs.imodules.com/s/804/index.aspx?sid=804&gid=1&pgid=299>Athletics</option>")
document.write ("<option value=http://stjohnshs.imodules.com/s/804/index.aspx?sid=804&gid=1&pgid=286>Contact SJ</option>")
document.write ("</select>") 