document.writeln( "<DIV align=right>")
document.writeln( "<FORM name=local>")
document.writeln( "<font face='Verdana' size='1'><b>")
document.writeln( "<select size='1' name='lingua' style='font-family: Verdana; font-size: 8 pt; font-weight: bold 'onChange='ApriLingua(this.options[this.selectedIndex].value)'>")
document.writeln( "   <option value='NOLINK' selected>SELECT LANGUAGE")
document.writeln( "   <option value='ID'>&nbsp;Bahasa Indonesia")
document.writeln( "   <option value='CAST'>&nbsp;Castellano")
document.writeln( "   <option value='CN'>&nbsp;Chinese")
document.writeln( "   <option value='EN'>&nbsp;English")
document.writeln( "   <option value='FR'>&nbsp;Francais")
document.writeln( "   <option value='IT'>&nbsp;Italiano")
document.writeln( "   <option value='PL'>&nbsp;Polski")
document.writeln( "   <option value='PT'>&nbsp;Portuguese")
document.writeln( "   <option value='RO'>&nbsp;Romana")
document.writeln( "   <option value='TAG'>&nbsp;Tagalog")
document.writeln( "</select>")
document.writeln( "</font></b>")
document.writeln( "</FORM>")
document.writeln( "</DIV>")





