var html="";
html += '<LINK href="http://sm2000.org/sm21/style.css" rel="stylesheet" type="text/css">';
html += '<FORM name="magazine">';
html += '<SELECT onChange="window.open(this.form.issue.options[this.form.issue.selectedIndex].value)" name="issue">'; 
html += '<OPTION  style="font-size: 12pt; color: green" value="http://magazine.godsdirectcontact.net/thai/">eNews in Thai';
// html += '<OPTION value="http://magazine.godsdirectcontact.net/thai//200	/">200	';
// html += '<OPTION value="http://magazine.godsdirectcontact.net/thai/199	/">199	';
// html += '<OPTION value="http://magazine.godsdirectcontact.net/thai/198	/">198	';
// html += '<OPTION value="http://magazine.godsdirectcontact.net/thai/197	/">197	';
// html += '<OPTION value="http://magazine.godsdirectcontact.net/thai/196	/">196	';
// html += '<OPTION value="http://magazine.godsdirectcontact.net/thai/195	/">195	';
// html += '<OPTION value="http://magazine.godsdirectcontact.net/thai/194	/">194	';
// html += '<OPTION value="http://magazine.godsdirectcontact.net/thai/193	/">193	';
// html += '<OPTION value="http://magazine.godsdirectcontact.net/thai/192	/">192	';
// html += '<OPTION value="http://magazine.godsdirectcontact.net/thai/191	/">191	';
// html += '<OPTION value="http://magazine.godsdirectcontact.net/thai/190	/">190	';
// html += '<OPTION value="http://magazine.godsdirectcontact.net/thai/189	/">189	';
// html += '<OPTION value="http://magazine.godsdirectcontact.net/thai/188	/">188	';
// html += '<OPTION value="http://magazine.godsdirectcontact.net/thai/187	/">187	';
// html += '<OPTION value="http://magazine.godsdirectcontact.net/thai/186	/">186	';

html += '<OPTION value="http://magazine.godsdirectcontact.net/thai//172/">172';
html += '<OPTION value="http://magazine.godsdirectcontact.net/thai//171/">171';
html += '<OPTION value="http://magazine.godsdirectcontact.net/thai//170/">170';
html += '<OPTION value="http://magazine.godsdirectcontact.net/thai//169/">169';
html += '<OPTION value="http://magazine.godsdirectcontact.net/thai/168/"> ';
html += '<OPTION value="http://magazine.godsdirectcontact.net/thai//167/">167';
html += '<OPTION value="http://magazine.godsdirectcontact.net/thai//166/">166';
html += '<OPTION value="http://magazine.godsdirectcontact.net/thai/165/"> ';
html += '<OPTION value="http://magazine.godsdirectcontact.net/thai/164/"> ';
html += '<OPTION value="http://magazine.godsdirectcontact.net/thai/163/"> ';
html += '<OPTION value="http://magazine.godsdirectcontact.net/thai/162/"> ';
html += '<OPTION value="http://magazine.godsdirectcontact.net/thai/161/">161';
html += '<OPTION value="http://godsdirectcontact.us/sm21/#"> ';
html += '<OPTION   value="http://godsdirectcontact.us/sm21/cnews/www/coverphotos/cover1-14.jpg"> ';
html += '<OPTION   value="http://godsdirectcontact.us/sm21/#"> ';

html += '<OPTION style="font-size: 12pt; color: orange" value="http://godsdirectcontact.us/sm21/">all';

html += '<OPTION style="font-size: 12pt; color: red" value="http://godsdirectcontact.us/sm21/cnews/www/">&#32321;&#39636;';
html += '<OPTION  style="color: #FF8C69"  value="http://godsdirectcontact.us/sm21/enews/">English';


html += '</SELECT>'
html += '<INPUT TYPE =BUTTON value="ok"  OnClick="window.open(this.form.issue.options[this.form.issue.selectedIndex].value)" style="font-size: 8pt; color: #008080"">';

html += '</FORM>';
document.write(html);
