// JavaScript Document
function showJoinForm()
{
document.write('<FORM  name="join">');
document.write('<!--begin form table-->');
document.write('<table width="90%" border="0" CELLPADDING="2" CELLSPACING="0">');
document.write('<tr><td ALIGN=LEFT VALIGN="center">First Name</td>');
document.write('<td ALIGN=LEFT VALIGN="center"><INPUT name="first"  size="30" TYPE="text" ></td></tr>');
document.write('<tr><td ALIGN=LEFT VALIGN="center">Last Name</td>');
document.write('<td align=left valign="middle"><input name="last"  size="30" type="text" /></td>');
document.write('</tr><tr><td ALIGN=LEFT VALIGN="center">Address 1</td>');
document.write('<td ALIGN=LEFT VALIGN="center"><INPUT name="address1" size="30" TYPE="text" ></td>');
document.write('</tr><tr><td ALIGN=LEFT VALIGN="center">Address 2</td>');
document.write('<td ALIGN=LEFT VALIGN="center"><INPUT name="address2" size="30" TYPE="text" ></td>');
document.write('</tr><tr><td ALIGN=LEFT VALIGN="center">City, State or Province</td>');
document.write('<td ALIGN=LEFT VALIGN="center"><INPUT name="city" size="30" TYPE="text" >&nbsp;&nbsp;');
document.write('<select name="state">');
document.write('<option value=""></option>');
document.write('<option value="AL">AL</option>');
document.write('<option value="AK">AK</option>');
document.write('<option value="AZ">AZ</option>');
document.write('<option value="AR">AR</option>');
document.write('<option value="CA">CA</option>');
document.write('<option value="CO">CO</option>');
document.write('<option value="CT">CT</option>');
document.write('<option value="DE">DE</option>');
document.write('<option value="DC">DC</option>');
document.write('<option value="FL">FL</option>');
document.write('<option value="GA">GA</option>');
document.write('<option value="HI">HI</option>');
document.write('<option value="ID">ID</option>');
document.write('<option value="IL">IL</option>');
document.write('<option value="IN">IN</option>');
document.write('<option value="IA">IA</option>');
document.write('<option value="KS">KS</option>');
document.write('<option value="KY">KY</option>');
document.write('<option value="LA">LA</option>');
document.write('<option value="ME">ME</option>');
document.write('<option value="MD">MD</option>');
document.write('<option value="MA">MA</option>');
document.write('<option value="MI">MI</option>');
document.write('<option value="MN">MN</option>');
document.write('<option value="MS">MS</option>');
document.write('<option value="MO">MO</option>');
document.write('<option value="MT">MT</option>');
document.write('<option value="NE">NE</option>');
document.write('<option value="NV">NV</option>');
document.write('<option value="NH">NH</option>');
document.write('<option value="NJ">NJ</option>');
document.write('<option value="NM">NM</option>');
document.write('<option value="NY">NY</option>');
document.write('<option value="NC">NC</option>');
document.write('<option value="ND">ND</option>');
document.write('<option value="OH">OH</option>');
document.write('<option value="OK">OK</option>');
document.write('<option value="OR">OR</option>');
document.write('<option value="PA">PA</option>');
document.write('<option value="RI">RI</option>');
document.write('<option value="SC">SC</option>');
document.write('<option value="SD">SD</option>');
document.write('<option value="TN">TN</option>');
document.write('<option value="TX">TX</option>');
document.write('<option value="UT">UT</option>');
document.write('<option value="VT">VT</option>');
document.write('<option value="VA">VA</option>');
document.write('<option value="WA">WA</option>');
document.write('<option value="WV">WV</option>');
document.write('<option value="WI">WI</option>');
document.write('<option value="WY">WY</option>');
document.write('<option vlaue="--">--</option>');
document.write('<option value="Britsh Columbia">BC</option>');
document.write('<option value="Alberta">AB</option>');
document.write('<option value="Saskatchewan">SK</option>');
document.write('  	<option value="Ontario">ON</option>');
document.write('<option value="Manitoba">MB</option>');
document.write('<option value="New Brunswick">NB</option>');
document.write('<option value="Quebec">QC</option>');
document.write('<option value="Newfoundland">NL</option>');
document.write('<option value="Labrador">NL</option>');
document.write('<option value="Nova Scotia">NS</option>');
document.write('<option value="Prince Edward Island">PE</option>');
document.write('<option value="Yukon">YT</option>');
document.write('<option value="Northwest Territories">NT</option>');
document.write('<option value="Nunavut">NU</option>');
document.write('</select>');
document.write('</td></tr>');
document.write('<tr><td ALIGN=LEFT VALIGN="center">ZIP</td>');
document.write('<td ALIGN=LEFT VALIGN="center"><INPUT name="zip" size="10" TYPE="text" ></td></tr>');
document.write('<tr><td ALIGN=LEFT VALIGN="center">Country</td>');
document.write('<td ALIGN=LEFT VALIGN="center"> ');
document.write('<SELECT name=country size=1>');
document.write('<OPTION SELECTED VALUE="USA">United States</OPTION>');
document.write('<OPTION VALUE=CAN>Canada</OPTION>');
document.write('<OPTION VALUE=MEX>Mexico</OPTION>');
document.write('<OPTION VALUE=AFG>Afghanistan</OPTION>');
document.write('<OPTION VALUE=ALB>Albania</OPTION>');
document.write('<OPTION VALUE=DZA>Algeria</OPTION>');
document.write('<OPTION VALUE=ASM>American Samoa</OPTION>');
document.write('<OPTION VALUE=AND>Andorra</OPTION>');
document.write('<OPTION VALUE=AGO>Angola</OPTION>');
document.write('<OPTION VALUE=AIA>Anguilla</OPTION>');
document.write('<OPTION VALUE=ATA>Antarctica</OPTION>');
document.write('<OPTION VALUE=ATG>Antigua and Barbuda</OPTION>');
document.write('<OPTION VALUE=ARG>Argentina</OPTION>');
document.write('<OPTION VALUE=ARM>Armenia</OPTION>');
document.write('<OPTION VALUE=ABW>Aruba</OPTION>');
document.write('<OPTION VALUE=AUS>Australia</OPTION>');
document.write('<OPTION VALUE=AUT>Austria</OPTION>');
document.write('<OPTION VALUE=AZE>Azerbaijan</OPTION>');
document.write('<OPTION VALUE=BHS>Bahamas</OPTION>');
document.write('<OPTION VALUE=BHR>Bahrain</OPTION>');
document.write('<OPTION VALUE=BGD>Bangladesh</OPTION>');
document.write('<OPTION VALUE=BRB>Barbados</OPTION>');
document.write('<OPTION VALUE=BLR>Belarus</OPTION>');
document.write('<OPTION VALUE=BEL>Belgium</OPTION>');
document.write('<OPTION VALUE=BLZ>Belize</OPTION>');
document.write('<OPTION VALUE=BEN>Benin</OPTION>');
document.write('<OPTION VALUE=BMU>Bermuda</OPTION>');
document.write('<OPTION VALUE=BTN>Bhutan</OPTION>');
document.write('<OPTION VALUE=BOL>Bolivia</OPTION>');
document.write('<OPTION VALUE=BIH>Bosnia and Herzegowina</OPTION>');
document.write('<OPTION VALUE=BWA>Botswana</OPTION>');
document.write('<OPTION VALUE=BVT>Bouvet Island</OPTION>');
document.write('<OPTION VALUE=BRA>Brazil</OPTION>');
document.write('<OPTION VALUE=IOT>British Indian Ocean Terr.</OPTION>');
document.write('<OPTION VALUE=BRN>Brunei Darussalam</OPTION>');
document.write('<OPTION VALUE=BGR>Bulgaria</OPTION>');
document.write('<OPTION VALUE=BFA>Burkina Faso</OPTION>');
document.write('<OPTION VALUE=BDI>Burundi</OPTION>');
document.write('<OPTION VALUE=KHM>Cambodia</OPTION>');
document.write('<OPTION VALUE=CMR>Cameroon</OPTION>');
document.write('<OPTION VALUE=CPV>Cape Verde</OPTION>');
document.write('<OPTION VALUE=CYM>Cayman Islands</OPTION>');
document.write('<OPTION VALUE=CAF>Central African Republic</OPTION>');
document.write('<OPTION VALUE=TCD>Chad</OPTION>');
document.write('<OPTION VALUE=CHL>Chile</OPTION>');
document.write('<OPTION VALUE=CHN>China</OPTION>');
document.write('<OPTION VALUE=CXR>Christmas Island</OPTION>');
document.write('<OPTION VALUE=CCK>Cocos (Keeling) Islands</OPTION>');
document.write('<OPTION VALUE=COL>Colombia</OPTION>');
document.write('<OPTION VALUE=COM>Comoros</OPTION>');
document.write('<OPTION VALUE=COG>Congo</OPTION>');
document.write('<OPTION VALUE=COK>Cook Islands</OPTION>');
document.write('<OPTION VALUE=CRI>Costa Rica</OPTION>');
document.write('<OPTION VALUE=CIV>Cote d&Aacute;Ivoire</OPTION>');
document.write('<OPTION VALUE=HRV>Croatia (Hrvatska)</OPTION>');
document.write('<OPTION VALUE=CUB>Cuba</OPTION>');
document.write('<OPTION VALUE=CYP>Cyprus</OPTION>');
document.write('<OPTION VALUE=CZE>Czech Republic</OPTION>');
document.write('<OPTION VALUE=DNK>Denmark</OPTION>');
document.write('<OPTION VALUE=DJI>Djibouti</OPTION>');
document.write('<OPTION VALUE=DMA>Dominica</OPTION>');
document.write('<OPTION VALUE=DOM>Dominican Republic</OPTION>');
document.write('<OPTION VALUE=TMP>East Timor</OPTION>');
document.write('<OPTION VALUE=ECU>Ecuador</OPTION>');
document.write('<OPTION VALUE=EGY>Egypt</OPTION>');
document.write('<OPTION VALUE=SLV>El Salvador</OPTION>');
document.write('<OPTION VALUE=GNQ>Equatorial Guinea</OPTION>');
document.write('<OPTION VALUE=ERI>Eritrea</OPTION>');
document.write('<OPTION VALUE=EST>Estonia</OPTION>');
document.write('<OPTION VALUE=ETH>Ethiopia</OPTION>');
document.write('<OPTION VALUE=FLK>Falkland Islands/Malvinas</OPTION>');
document.write('<OPTION VALUE=FRO>Faroe Islands</OPTION>');
document.write('<OPTION VALUE=FJI>Fiji</OPTION>');
document.write('<OPTION VALUE=FIN>Finland</OPTION>');
document.write('<OPTION VALUE=FRA>France</OPTION>');
document.write('<OPTION VALUE=FXX>France, Metropolitan</OPTION>');
document.write('<OPTION VALUE=GUF>French Guiana</OPTION>');
document.write('<OPTION VALUE=PYF>French Polynesia</OPTION>');
document.write('<OPTION VALUE=ATF>French Southern Terr.</OPTION>');
document.write('<OPTION VALUE=GAB>Gabon</OPTION>');
document.write('<OPTION VALUE=GMB>Gambia</OPTION>');
document.write('<OPTION VALUE=GEO>Georgia</OPTION>');
document.write('<OPTION VALUE=DEU>Germany</OPTION>');
document.write('<OPTION VALUE=GHA>Ghana</OPTION>');
document.write('<OPTION VALUE=GIB>Gibraltar</OPTION>');
document.write('<OPTION VALUE=GRC>Greece</OPTION>');
document.write('<OPTION VALUE=GRL>Greenland</OPTION>');
document.write('<OPTION VALUE=GRD>Grenada</OPTION>');
document.write('<OPTION VALUE=GLP>Guadeloupe</OPTION>');
document.write('<OPTION VALUE=GUM>Guam</OPTION>');
document.write('<OPTION VALUE=GTM>Guatemala</OPTION>');
document.write('<OPTION VALUE=GIN>Guinea</OPTION>');
document.write('<OPTION VALUE=GNB>Guinea-Bissau</OPTION>');
document.write('<OPTION VALUE=GUY>Guyana</OPTION>');
document.write('<OPTION VALUE=HTI>Haiti</OPTION>');
document.write('<OPTION VALUE=HMD>Heard & McDonald Is.</OPTION>');
document.write('<OPTION VALUE=HND>Honduras</OPTION>');
document.write('<OPTION VALUE=HKG>Hong Kong</OPTION>');
document.write('<OPTION VALUE=HUN>Hungary</OPTION>');
document.write('<OPTION VALUE=ISL>Iceland</OPTION>');
document.write('<OPTION VALUE=IND>India</OPTION>');
document.write('<OPTION VALUE=IDN>Indonesia</OPTION>');
document.write('<OPTION VALUE=IRN>Iran</OPTION>');
document.write('<OPTION VALUE=IRQ>Iraq</OPTION>');
document.write('<OPTION VALUE=IRL>Ireland</OPTION>');
document.write('<OPTION VALUE=ISR>Israel</OPTION>');
document.write('<OPTION VALUE=ITA>Italy</OPTION>');
document.write('<OPTION VALUE=JAM>Jamaica</OPTION>');
document.write('<OPTION VALUE=JPN>Japan</OPTION>');
document.write('<OPTION VALUE=JOR>Jordan</OPTION>');
document.write('<OPTION VALUE=KAZ>Kazakhstan</OPTION>');
document.write('<OPTION VALUE=KEN>Kenya</OPTION>');
document.write('<OPTION VALUE=KIR>Kiribati</OPTION>');
document.write('<OPTION VALUE=PRK>Korea, North</OPTION>');
document.write('<OPTION VALUE=KOR>Korea, South</OPTION>');
document.write('<OPTION VALUE=KWT>Kuwait</OPTION>');
document.write('<OPTION VALUE=KGZ>Kyrgyzstan</OPTION>');
document.write('<OPTION VALUE=LAO>Lao People&Aacute;s Dem. Rep.</OPTION>');
document.write('<OPTION VALUE=LVA>Latvia</OPTION>');
document.write('<OPTION VALUE=LBN>Lebanon</OPTION>');
document.write('<OPTION VALUE=LSO>Lesotho</OPTION>');
document.write('<OPTION VALUE=LBR>Liberia</OPTION>');
document.write('<OPTION VALUE=LBY>Libyan Arab Jamahiriya</OPTION>');
document.write('<OPTION VALUE=LIE>Liechtenstein</OPTION>');
document.write('<OPTION VALUE=LTU>Lithuania</OPTION>');
document.write('<OPTION VALUE=LUX>Luxembourg</OPTION>');
document.write('<OPTION VALUE=MAC>Macau</OPTION>');
document.write('<OPTION VALUE=MKD>Macedonia</OPTION>');
document.write('<OPTION VALUE=MDG>Madagascar</OPTION>');
document.write('<OPTION VALUE=MWI>Malawi</OPTION>');
document.write('<OPTION VALUE=MYS>Malaysia</OPTION>');
document.write('<OPTION VALUE=MDV>Maldives</OPTION>');
document.write('<OPTION VALUE=MLI>Mali</OPTION>');
document.write('<OPTION VALUE=MLT>Malta</OPTION>');
document.write('<OPTION VALUE=MHL>Marshall Islands</OPTION>');
document.write('<OPTION VALUE=MTQ>Martinique</OPTION>');
document.write('<OPTION VALUE=MRT>Mauritania</OPTION>');
document.write('<OPTION VALUE=MUS>Mauritius</OPTION>');
document.write('<OPTION VALUE=MYT>Mayotte</OPTION>');
document.write('<OPTION VALUE=FSM>Micronesia</OPTION>');
document.write('<OPTION VALUE=MDA>Moldova</OPTION>');
document.write('<OPTION VALUE=MCO>Monaco</OPTION>');
document.write('<OPTION VALUE=MNG>Mongolia</OPTION>');
document.write('<OPTION VALUE=MSR>Montserrat</OPTION>');
document.write('<OPTION VALUE=MAR>Morocco</OPTION>');
document.write('<OPTION VALUE=MOZ>Mozambique</OPTION>');
document.write('<OPTION VALUE=MMR>Myanmar</OPTION>');
document.write('<OPTION VALUE=NAM>Namibia</OPTION>');
document.write('<OPTION VALUE=NRU>Nauru</OPTION>');
document.write('<OPTION VALUE=NPL>Nepal</OPTION>');
document.write('<OPTION VALUE=NLD>Netherlands</OPTION>');
document.write('<OPTION VALUE=ANT>Netherlands Antilles</OPTION>');
document.write('<OPTION VALUE=NCL>New Caledonia</OPTION>');
document.write('<OPTION VALUE=NZL>New Zealand</OPTION>');
document.write('<OPTION VALUE=NIC>Nicaragua</OPTION>');
document.write('<OPTION VALUE=NER>Niger</OPTION>');
document.write('<OPTION VALUE=NGA>Nigeria</OPTION>');
document.write('<OPTION VALUE=NIU>Niue</OPTION>');
document.write('<OPTION VALUE=NFK>Norfolk Island</OPTION>');
document.write('<OPTION VALUE=MNP>Northern Mariana Is.</OPTION>');
document.write('<OPTION VALUE=NOR>Norway</OPTION>');
document.write('<OPTION VALUE=OMN>Oman</OPTION>');
document.write('<OPTION VALUE=PAK>Pakistan</OPTION>');
document.write('<OPTION VALUE=PLW>Palau</OPTION>');
document.write('<OPTION VALUE=PAN>Panama</OPTION>');
document.write('<OPTION VALUE=PNG>Papua New Guinea</OPTION>');
document.write('<OPTION VALUE=PRY>Paraguay</OPTION>');
document.write('<OPTION VALUE=PER>Peru</OPTION>');
document.write('<OPTION VALUE=PHL>Philippines</OPTION>');
document.write('<OPTION VALUE=PCN>Pitcairn</OPTION>');
document.write('<OPTION VALUE=POL>Poland</OPTION>');
document.write('<OPTION VALUE=PRT>Portugal</OPTION>');
document.write('<OPTION VALUE=PRI>Puerto Rico</OPTION>');
document.write('<OPTION VALUE=QAT>Qatar</OPTION>');
document.write('<OPTION VALUE=REU>Reunion</OPTION>');
document.write('<OPTION VALUE=ROM>Romania</OPTION>');
document.write('<OPTION VALUE=RUS>Russian Federation</OPTION>');
document.write('<OPTION VALUE=RWA>Rwanda</OPTION>');
document.write('<OPTION VALUE=KNA>Saint Kitts and Nevis</OPTION>');
document.write('<OPTION VALUE=LCA>Saint Lucia</OPTION>');
document.write('<OPTION VALUE=VCT>St. Vincent & Grenadines</OPTION>');
document.write('<OPTION VALUE=WSM>Samoa</OPTION>');
document.write('<OPTION VALUE=SMR>San Marino</OPTION>');
document.write('<OPTION VALUE=STP>Sao Tome & Principe</OPTION>');
document.write('<OPTION VALUE=SAU>Saudi Arabia</OPTION>');
document.write('<OPTION VALUE=SEN>Senegal</OPTION>');
document.write('<OPTION VALUE=SYC>Seychelles</OPTION>');
document.write('<OPTION VALUE=SLE>Sierra Leone</OPTION>');
document.write('<OPTION VALUE=SGP>Singapore</OPTION>');
document.write('<OPTION VALUE=SVK>Slovakia (Slovak Republic)</OPTION>');
document.write('<OPTION VALUE=SVN>Slovenia</OPTION>');
document.write('<OPTION VALUE=SLB>Solomon Islands</OPTION>');
document.write('<OPTION VALUE=SOM>Somalia</OPTION>');
document.write('<OPTION VALUE=ZAF>South Africa</OPTION>');
document.write('<OPTION VALUE=SGS>S.Georgia & S.Sandwich Is.</OPTION>');
document.write('<OPTION VALUE=ESP>Spain</OPTION>');
document.write('<OPTION VALUE=LKA>Sri Lanka</OPTION>');
document.write('<OPTION VALUE=SHN>St. Helena</OPTION>');
document.write('<OPTION VALUE=SPM>St. Pierre & Miquelon</OPTION>');
document.write('<OPTION VALUE=SDN>Sudan</OPTION>');
document.write('<OPTION VALUE=SUR>Suriname</OPTION>');
document.write('<OPTION VALUE=SJM>Svalbard & Jan Mayen Is.</OPTION>');
document.write('<OPTION VALUE=SWZ>Swaziland</OPTION>');
document.write('<OPTION VALUE=SWE>Sweden</OPTION>');
document.write('<OPTION VALUE=CHE>Switzerland</OPTION>');
document.write('<OPTION VALUE=SYR>Syrian Arab Republic</OPTION>');
document.write('<OPTION VALUE=TWN>Taiwan</OPTION>');
document.write('<OPTION VALUE=TJK>Tajikistan</OPTION>');
document.write('<OPTION VALUE=TZA>Tanzania</OPTION>');
document.write('<OPTION VALUE=THA>Thailand</OPTION>');
document.write('<OPTION VALUE=TGO>Togo</OPTION>');
document.write('<OPTION VALUE=TKL>Tokelau</OPTION>');
document.write('<OPTION VALUE=TON>Tonga</OPTION>');
document.write('<OPTION VALUE=TTO>Trinidad and Tobago</OPTION>');
document.write('<OPTION VALUE=TUN>Tunisia</OPTION>');
document.write('<OPTION VALUE=TUR>Turkey</OPTION>');
document.write('<OPTION VALUE=TKM>Turkmenistan</OPTION>');
document.write('<OPTION VALUE=TCA>Turks & Caicos Islands</OPTION>');
document.write('<OPTION VALUE=TUV>Tuvalu</OPTION>');
document.write('<OPTION VALUE=UGA>Uganda</OPTION>');
document.write('<OPTION VALUE=UKR>Ukraine</OPTION>');
document.write('<OPTION VALUE=ARE>United Arab Emirates</OPTION>');
document.write('<OPTION VALUE=GBR>United Kingdom</OPTION>');
document.write('<OPTION VALUE=UMI>U.S. Minor Outlying Is.</OPTION>');
document.write('<OPTION VALUE=URY>Uruguay</OPTION>');
document.write('<OPTION VALUE=UZB>Uzbekistan</OPTION>');
document.write('<OPTION VALUE=VUT>Vanuatu</OPTION>');
document.write('<OPTION VALUE=VAT>Vatican (Holy See)</OPTION>');
document.write('<OPTION VALUE=VEN>Venezuela</OPTION>');
document.write('<OPTION VALUE=VNM>Viet Nam</OPTION>');
document.write('<OPTION VALUE=VGB>Virgin Islands (British)</OPTION>');
document.write('<OPTION VALUE=VIR>Virgin Islands (U.S.)</OPTION>');
document.write('<OPTION VALUE=WLF>Wallis & Futuna Is.</OPTION>');
document.write('<OPTION VALUE=ESH>Western Sahara</OPTION>');
document.write('<OPTION VALUE=YEM>Yemen</OPTION>');
document.write('<OPTION VALUE=YUG>Yugoslavia</OPTION>');
document.write('<OPTION VALUE=ZAR>Zaire</OPTION>');
document.write('<OPTION VALUE=ZMB>Zambia</OPTION>');
document.write('<OPTION VALUE=ZWE>Zimbabwe</OPTION>');
document.write('</SELECT></td></tr>');
document.write('<tr><td ALIGN=LEFT VALIGN="center">Phone Number	(optional)</td>');
document.write('<td ALIGN=LEFT VALIGN="center">');
document.write('<INPUT name="areacode" size="3" MAXLENGTH="3" TYPE="text">)&nbsp;&nbsp;');
document.write('<INPUT name="prefix" size="3" MAXLENGTH="3" type="text" />-&nbsp;&nbsp;');
document.write('<INPUT name="number" size="4" MAXLENGTH="4" type="text" /></td></tr>');
document.write('<tr><td ALIGN=LEFT VALIGN="center">E-Mail Address</td>');
document.write('<td ALIGN=LEFT VALIGN="center"><INPUT name="email" size="60" TYPE="text" ></td></tr>');
document.write('<tr><td ALIGN=LEFT VALIGN="center">Check if this is a renewal</td>');
document.write('<td ALIGN=LEFT VALIGN="center"><INPUT name="renew" TYPE="checkbox" value="renew"></td></tr>');
document.write('</table>');
document.write('<table><tr><td ALIGN="center" VALIGN="center" width="600" colspan="2"><BR>If you prefer to use your credit card, please click on the "Join Now" button below. ');
document.write('You will be taken to the San Francisco Traditional Jazz Foundation PayPal payment site where ');
document.write('you can use any major credit card or PayPal itself. <b>There is no requirement to join PayPal</b>.									  ');
document.write('</td></tr></table> </FORM>');
}