/*document.write ("<form name='jump4'>");
document.write ("<tr bgcolor=#EEEEEE>");
document.write ("<td>");
  document.write ("<select name='components' OnChange='location.href=jump4.components.options[selectedIndex].value'>");
  document.write ("<option>TOOLS &amp; GEAR</option>");
  document.write ("<option>- - - - - - - - - - - - - - - - - -</option>");
  //document.write ("<option value=/tech_center/components/gear.html>BIKE GEAR</option>");
  document.write ("<option value=/tech_center/components/si.html>Si</option>");
  document.write ("<option value=/tech_center/components/tools.html>TOOLS</option>");
  document.write ("</select>");
document.write ("<br><input type=image src=http://www.cannondale.com/images/nav_images/tech_reset.gif name=reset value=RESET vspace=10>");
document.write ("</td></form></tr>");*/