var html="";
html += '<CENTER>';
html += '<FORM name="magazine">';
html += '<center><TABLE border=0 width="100%">';
html += '<TBODY>';
html += '<TR>';
html += '<TD>';
html += '<SELECT onChange="window.open(this.form.issue.options[this.form.issue.selectedIndex].value)"  name="issue">';


html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/afrikaans	">	afrikaans	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/albanian	">	albanian	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/arabic	">	arabic	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/aulacese	">	aulacese	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/bengali	">	bengali	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/bulgarian	">	bulgarian	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/burmese	">	burmese	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/byelorussian	">	byelorussian	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/cambodian	">	cambodian	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/chinese-s	">	chinese-s	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/chinese-t	">	chinese-t	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/croatian	">	croatian	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/czech	">	czech	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/danish	">	danish	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/dutch	">	dutch	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/filipino	">	filipino	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/finnish	">	finnish	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/french	">	french	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/german	">	german	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/greek	">	greek	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/hebrew	">	hebrew	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/hindi	">	hindi	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/hungarian	">	hungarian	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/indonesian	">	indonesian	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/irish	">	irish	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/italian	">	italian	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/japanese	">	japanese	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/korean	">	korean	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/laos	">	laos	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/latvian	">	latvian	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/malay	">	malay	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/mongolian	">	mongolian	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/nepalese	">	nepalese	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/norwegian	">	norwegian	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/persian	">	persian	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/polish	">	polish	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/portuguese	">	portuguese	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/romanian	">	romanian	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/russian	">	russian	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/serbian	">	serbian	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/sinhalese	">	sinhalese	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/slovak	">	slovak	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/slovenian	">	slovenian	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/spanish	">	spanish	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/swedish	">	swedish	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/telugu	">	telugu	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/thai	">	thai	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/tibetan	">	tibetan	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/turkish	">	turkish	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/ukrainian	">	ukrainian	';
html += '<OPTION value="http://godsdirectcontact.us/com/sb/	PDF/zulu	">	zulu	';
html += '<OPTION value="http://godsdirectcontact.us/sm21/">News';

html += '</SELECT>'
html += '<INPUT TYPE =BUTTON value="PDF" 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);

