var html="";
html += '<CENTER>';
html += '<LINK href="http://sm2000.org/sm21/style.css" rel="stylesheet" type="text/css">';
html += '<FORM name="magazine">';



html += '<SELECT OnChange="top.location.href=this.form.issue.options[this.form.issue.selectedIndex].value" name="issue">'; 

html += '<OPTION style="color: red;background-color: #F2FFF5; font-weight: bold" value="">choose:';
html += '<OPTION value=""> ';
html += '<OPTION style="color: orange" value=http://suprememastertelevision.com/>online TV';
html += '<OPTION value=""> ';
	


html += '</SELECT>'
html += '<INPUT TYPE =BUTTON title="right click the above panel for zoom" value="GO" OnClick="top.location.href=this.form.issue.options[this.form.issue.selectedIndex].value">';

html += '</FORM>';
html += '</CENTER>';
html += '<nobr>';
document.write(html);