//Remember to put a backslash before single and double quotes
document.write("<form method=\"post\" action=\"/cgi-sys/jumpbox\">")
document.write("Select:<select name=\"goto\">")
document.write("<option value=\"http://www.ganesha.org/\">Ganesha Book Promotion: home page</option>")
document.write("<option value=\"http://www.ganesha.org/books.html\">Books</option>")
document.write("<option value=\"http://www.ganesha.org/btoc/\">__Beyond the Theory of constraints: How to Eliminate Variation and Maximize Capacity</option>")
document.write("<option value=\"http://www.ganesha.org/ford/\">__Henry Ford's Lean Vision: Enduring Principles from the First Ford Motor Plant</option>")
document.write("<option value=\"http://www.ganesha.org/lean/\">__Lean Enterprise: A Synergistic Approach to Minimizing Waste</option>")
document.write("<option value=\"http://www.ganesha.org/iso9000/\">__ISO 9000 at the Front Line</option>")
document.write("<option value=\"http://www.ganesha.org/leading/\">__Leading the Way to Competitive Excellence: The Harris Mountaintop Case Study</option>")
document.write("<option value=\"http://www.ganesha.org/spc/\">__SPC Essentials and Productivity Improvement: A Manufacturing Approach</option>")
document.write("<option value=\"http://www.ganesha.org/wos/\">__The Way of Strategy</option>")
document.write("<option value=\"http://www.ganesha.org/sdwt/\">__Self-Directed Work Teams</option>")
document.write("<option value=\"http://www.ganesha.org/pe/\">Professional Engineering Review (Chem E)</option>")
document.write("<option value=\"http://www.ganesha.org/freesoft.html\">Free Software from Ganesha</option>")
document.write("<option value=\"http://www.ganesha.org/invest/\">Investment Resources</option>")
document.write("<option value=\"http://www.ganesha.org/invest/fincalc.html\">__Financial calculator (time value of money)</option>")
document.write("<option value=\"http://www.ganesha.org/misc/dolphin.html\">Marine Mammals: Dolphins and Whales</option>")
document.write("<option value=\"http://www.ganesha.org/misc/books/\">Ganesha's Bookstore (also movie reviews)</option>")
document.write("<option value=\"http://www.ganesha.org/hall/\">The Hall of Warriors: Valhalla online! </option>")
document.write("<option value=\"http://www.ct-yankee.com/\">Levinson Productivity Systems, P.C. </option>")
document.write("<option value=\"http://www.clausewitz.org/\">Carl von Clausewitz: leadership and management</option>")
document.write("<option value=\"http://www.clausewitz.org/\">Wingedhussar.org: the Polish-Lithuanian Commonwealth</option>")
document.write("</select>")
document.write("<input type=\"submit\" value=\"Go!\">")
document.write("</form>")