document.write('<form name="fname">');
document.write('Displayed in another language. : ');
document.write('<select name="sname" class="txt10" STYLE="width: 110px;" onChange="jumpE()">');
document.write('<option selected>Select Language');
document.write('<option>Japanese');
document.write('<option>English');
document.write('<option>Chinese(GB)');
document.write('<option>Chinese(Big5)');
document.write('</select>');
document.write('</form>');