
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='IT'>&nbsp;Italiano")
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='PT'>&nbsp;Portugues")
document.writeln( "   <option value='PL'>&nbsp;Polsky")
document.writeln( "   <option value='RO'>&nbsp;Romana")
document.writeln( "   <option value='RU'>&nbsp;Russian")
document.writeln( "   <option value='AL'>&nbsp;Sqhip")
document.writeln( "   <option value='UA'>&nbsp;Ukrainian")
document.writeln( "</select>")
document.writeln( "</font></b>")

document.writeln( "</FORM>")
document.writeln( "</DIV>")





