// JavaScript Document
if (screen.width <= 1300) {
document.write('<a href="index2_1024.html"><font color="white" size="5"><img src="images/it.gif" style="margin-right:10px;"><b>Italiano</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('<a href="index2_1024_en.html"><font color="white" size="5"><img src="images/en.gif" style="margin-right:10px;"><b>English</b></a>');
} else {
document.write('<a href="index2.html"><font color="white" size="6"><img src="images/it.gif" style="margin-right:10px;"><b>Italiano</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('<a href="index2_en.html"><font color="white" size="6"><img src="images/en.gif" style="margin-right:10px;"><b>English</b></a>');
}