Using Menus for Navigation




<SELECT style=" font-family:Arial; font-size:10px; font-weight:bold; font-style:normal; width:200px;"
  name="global"
  onfocus="selectedIndex = 7"
  onchange="if( options[selectedIndex].value != '')
document.location = options[selectedIndex].value
">

<option value="http://webtech.tstc.edu">Webtech - Main
<option value="http://webtech.tstc.edu/rcozby">Mr. Cozby at Webtech
<option value="http://waco.tstc.edu">TSTC - Waco (Main Page)
<option value="http://howdyyall.com" SELECTED>TEXAS: Landmarks and Legacies
<option value="http://texasmusiccafe.com">Texas Music Cafe
<option value="http://google.com">Google
<option value="http://yahoo.com">Yahoo

</SELECT>