document.write ("<form name='jump2'>");
document.write ("<tr bgcolor=#999999>");
document.write ("<td>");  
  document.write ("<select name='forks' OnChange='location.href=jump2.forks.options[selectedIndex].value'>");
  document.write ("<option value=#>Select Fork</option>");
  //document.write ("<option>- - - - - - - - - - - - - - - - - -</option>");
  document.write ("<option value=/tech_center/suspension/headshok.html>HEADSHOK&nbsp;&nbsp;</option>");
  document.write ("<option value=/tech_center/suspension/lefty.html>LEFTY</option>");
  document.write ("</select>");
document.write ("<br><input type=image src=http://www.cannondale.com/images/nav_images/tech_reset2.gif name=reset value=RESET vspace=10>");
document.write ("</td></form></tr>");