// JavaScript Document
function reindirizza() {
if ((screen.width>=1024) && (screen.height>=768))
{
 window.location="http://www.termolegno.com/index1024.htm";
}
else
{
  window.location="http://www.termolegno.com/index800.htm";
}
}
