// JavaScript Document
 
    if (screen.width == "800") {  
      window.location.href = "site800/index.php";  
     }  
     if (screen.width <= "800") {  
      window.location.href = "site800/index.php";  
     }  