var s_width =''; 
var s_height =''; 
s_width=screen.width 
s_height=screen.height 

if (s_width == "800"){ 
location.href="ridotto/home_en.htm"; 
} 

if (s_width >= "1024"){ 
location.href="home_en.htm"; 
} 
