document.write('<select name="language" onChange="location=this.options[this.selectedIndex].value">')
document.write(' <option value="#" selected>Select Language</option>')
document.write(' <option value="http://www.asmobile.com.tw" >English</option>')
document.write(' <option value="http://www.asmobile.com.cn" >Simplified Chinese</option>')
document.write('</select>  ')