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

