var html="";

html += '<FORM name="magazine">';
html += '<TABLE border=0">';
html += '<TBODY>';
html += '<TR>';
html += '<TD>';
html += '<SELECT onengange="window.open(this.form.issue.options[this.form.issue.selectedIndex].value)" name="issue">'; 
html += '<OPTION  style="color: #238E68"  value="http://www.godsdirectcontact.org.tw/news/polish/eNews/161">161';

html += '</SELECT>'
html += '<INPUT TYPE =BUTTON value="Go"  OnClick="window.open(this.form.issue.options[this.form.issue.selectedIndex].value)" style="font-size: 8pt; color: #008080">';
html += '<nobr>';


html += '</FORM>';
html += '<nobr>';
html += '</TD>';
html += '</TR>';
html += '</TBODY>';
html += '</TABLE>';
html += '<nobr>';
document.write(html);
