function detect(){
if(screen.width<1280||screen.height<1024){
location.href('index_klein.php');
}else{
location.href('index.php');
}

}
window.onload=detect


