var html="";
html += '<CENTER>';
html += '<FORM name="magazine">';
html += '<center><TABLE border=0 width="100%">';
html += '<TBODY>';
html += '<TR>';
html += '<TD>';
html += '<SELECT name="issue">';
html += '<OPTION value="http://sm2000.org/sb/african.zip">African';
html += '<OPTION value="http://sm2000.org/sb/albanian.zip">Albanian';
html += '<OPTION value="http://sm2000.org/sb/arabic.zip">Arabic';
html += '<OPTION value="http://sm2000.org/sb/aulacese.zip">Aulacese';
html += '<OPTION value="http://sm2000.org/sb/bengali.zip">Bengali';
html += '<OPTION value="http://sm2000.org/sb/bulgarian.zip">Bulgarian';
html += '<OPTION value="http://sm2000.org/sb/burmese.zip">Burmese';
html += '<OPTION value="http://sm2000.org/sb/byelorussian.zip">Byelorussian';
html += '<OPTION value="http://sm2000.org/sb/cambodian.zip">Cambodian';
html += '<OPTION value="http://sm2000.org/sb/chinese-s.zip">Chinese (S)';
html += '<OPTION value="http://sm2000.org/sb/chinese-t.zip">Chinese (T)';
html += '<OPTION value="http://sm2000.org/sb/croatian.zip">Croatian';
html += '<OPTION value="http://sm2000.org/sb/czech.zip">Czech';
html += '<OPTION value="http://sm2000.org/sb/danish.zip">Danish';
html += '<OPTION value="http://sm2000.org/sb/dutch.zip">Dutch';
html += '<OPTION value="http://sm2000.org/sb/english.zip">English';
html += '<OPTION value="http://sm2000.org/sb/estonian.zip">Estonian';
html += '<OPTION value="http://sm2000.org/sb/filipino.zip">Filipino';
html += '<OPTION value="http://sm2000.org/sb/finnish.zip">Finnish';
html += '<OPTION value="http://sm2000.org/sb/french.zip">French';
html += '<OPTION value="http://sm2000.org/sb/german.zip">German';
html += '<OPTION value="http://sm2000.org/sb/greek.zip">Greek';
html += '<OPTION value="http://sm2000.org/sb/hebrew.zip">Hebrew';
html += '<OPTION value="http://sm2000.org/sb/hindi.zip">Hindi';
html += '<OPTION value="http://sm2000.org/sb/hungarian.zip">Hungarian';
html += '<OPTION value="http://sm2000.org/sb/indonesian.zip">Indonesian';
html += '<OPTION value="http://sm2000.org/sb/irish.zip">Irish Gaelic';
html += '<OPTION value="http://sm2000.org/sb/italian.zip">Italian';
html += '<OPTION value="http://sm2000.org/sb/japanese.zip">Japanese';
html += '<OPTION value="http://sm2000.org/sb/korean.zip">Korean';
html += '<OPTION value="http://sm2000.org/sb/latvian.zip">Latvian';
html += '<OPTION value="http://sm2000.org/sb/laos.zip">LAOS';
html += '<OPTION value="http://sm2000.org/sb/malay.zip">Malay';
html += '<OPTION value="http://sm2000.org/sb/mongolian.zip">Mongolian';
html += '<OPTION value="http://sm2000.org/sb/nepalese.zip">Nepalese';
html += '<OPTION value="http://sm2000.org/sb/norwegian.zip">Norwegian';
html += '<OPTION value="http://sm2000.org/sb/persian.zip">Persian';
html += '<OPTION value="http://sm2000.org/sb/polish.zip">Polish';
html += '<OPTION value="http://sm2000.org/sb/portuguese.zip">Portuguese';
html += '<OPTION value="http://sm2000.org/sb/romanian.zip">Romanian';
html += '<OPTION value="http://sm2000.org/sb/russian.zip">Russian';
html += '<OPTION value="http://sm2000.org/sb/serbian.zip">Serbian';
html += '<OPTION value="http://sm2000.org/sb/sinhalese.zip">Sinhalese';
html += '<OPTION value="http://sm2000.org/sb/slovak.zip">Slovak';
html += '<OPTION value="http://sm2000.org/sb/slovenian.zip">Slovenian';
html += '<OPTION value="http://sm2000.org/sb/spanish.zip">Spanish';
html += '<OPTION value="http://sm2000.org/sb/swedish.zip">Swedish';
html += '<OPTION value="http://sm2000.org/sb/tamil.zip">Tamil';
html += '<OPTION value="http://sm2000.org/sb/tegulu.zip">Tegulu';
html += '<OPTION value="http://sm2000.org/sb/thai.zip">Thai';
html += '<OPTION value="http://sm2000.org/sb/tibetan.zip">Tibetan';
html += '<OPTION value="http://sm2000.org/sb/turkish.zip">Turkish';
html += '<OPTION value="http://sm2000.org/sb/ukrainian.zip">Ukrainian';
html += '<OPTION value="http://sm2000.org/sb/zulu.zip">Zulu';
html += '<OPTION value="http://sm2000.org/sb/http://godsdirectcontact.us/sm21/">News';

html += '</SELECT>'
html += '<INPUT TYPE =BUTTON value="Okay" OnClick="top.location.href=this.form.issue.options[this.form.issue.selectedIndex].value">';
html += '</TD>';
html += '</TR>';
html += '</TBODY>';
html += '</TABLE></center>';
html += '</FORM>';
html += '</CENTER>';
document.write(html);
