var str='';
str = str +'<select name="language" class="listmenu2" onChange="location.href=this.form.language.options[this.form.language.selectedIndex].value">';
str = str +'<option selected value="http://www.sofnet-corp.com/en/index.htm">English</option>';
str = str +'<option value="http://www.sofnet-corp.com/tw/index.htm">Traditional Chinese</option>';
str = str +'<option value="http://www.sofnet-corp.com/cn/index.htm">Simplified Chinese</option>';
str = str +'</select>';
document.write (str);

