codice:
<script language="javascript" type="text/javascript">

if (screen.width == "1024" || screen.width > "1024")
{
location.href = "maggiore_o_uguale_1024.htm"
}
else
{
location.href = "minore_di_1024.htm"
}

</script>