// JavaScript Document from http://www.javascriptkit.com/javatutors/dombos4.shtml
// for "How do I" combo menu that jumps to a URL upon selecting
function go(){
location=
document.how_do_i.select2.
options[document.how_do_i.select2.selectedIndex].value
}