 
 
 if(screen.width<1000&&screen.height<650)
{
 location.href =  "site small/index.html";
}
    else 

 {
 
location.href = "site/index.html";
}
 
