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

