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

