//form1
document.write("<form name=\"form5\" id=\"form5\" class=\"dropdown\">");
document.write("<select name=\"menu5\" onChange=\"location=this.options[this.selectedIndex].value;\">");
document.write("<option value=\"http://besttees.org/cgi-bin/cpshop.pl\"> Choose National Park </option>");

document.write("<option value=\"http://besttees.org/cgi-bin/cpshop.pl?i=np_design_arches\">Arches</option>");
document.write("<option value=\"http://besttees.org/cgi-bin/cpshop.pl?i=np_design_bryce\">Bryce Canyon</option>");
document.write("<option value=\"http://besttees.org/cgi-bin/cpshop.pl?i=np_design_crater\">Crater Lake</option>");
document.write("<option value=\"http://besttees.org/cgi-bin/cpshop.pl?i=np_design_death\">Death Valley</option>");
document.write("<option value=\"http://besttees.org/cgi-bin/cpshop.pl?i=np_design_grandcanyon\">Grand Canyon</option>");
document.write("<option value=\"http://besttees.org/cgi-bin/cpshop.pl?i=np_design_grandteton\">Grand Teton</option>");
document.write("<option value=\"http://besttees.org/cgi-bin/cpshop.pl?i=np_design_joshua\">Joshua Tree</option>");
document.write("<option value=\"http://besttees.org/cgi-bin/cpshop.pl?i=np_design_mesa\">Mesa Verde</option>");
document.write("<option value=\"http://besttees.org/cgi-bin/cpshop.pl?i=np_design_mountrainier\">Mount Rainier</option>");
document.write("<option value=\"http://besttees.org/cgi-bin/cpshop.pl?i=np_design_olympic\">Olympic</option>");
document.write("<option value=\"http://besttees.org/cgi-bin/cpshop.pl?i=np_design_rocky\">Rocky Mountain</option>");
document.write("<option value=\"http://besttees.org/cgi-bin/cpshop.pl?i=np_design_shenandoah\">Shenandoah</option>");
document.write("<option value=\"http://besttees.org/cgi-bin/cpshop.pl?i=np_design_voyageurs\">Voyageurs</option>");
document.write("<option value=\"http://besttees.org/cgi-bin/cpshop.pl?i=np_design_yellowstone\">Yellowstone</option>");
document.write("<option value=\"http://besttees.org/cgi-bin/cpshop.pl?i=np_design_yosemite\">Yosemite</option>");
document.write("<option value=\"http://besttees.org/cgi-bin/cpshop.pl?i=np_design_zion\">Zion</option>");
document.write("<option value=\"\">- - - - - - - -</option>");
document.write("<option value=\"http://besttees.org/cgi-bin/cpshop.pl?i=allparks/\">More Parks Available</option>");
document.write("<option value=\"http://besttees.org/cgi-bin/cpshop.pl?i=allparks/\">by individual Designs</option>");
document.write("<option value=\"http://besttees.org/cgi-bin/cpshop.pl?i=allparks/\">Return HOME</option>");

document.write("<\/select>");
document.write("<br>");
document.write("</form>");
