');
var file;
switch (screen.width) {
case 640:
alert("Deze pagina gebruikt een hogere resolutie" + '\n' +"Verander deze resolutie naar 1024 * 768");
file="../php/index800.php";
break
case 800:
file="../php/index800.php";
break
case 1024:
file="../php/index1024.php" ;
break
default:
file="../php/index1024.php";
break
} // end of switchblock
// window.open( file, 'killme' , 'location=yes, menubar=yes, status=yes,toolbar=yes, scrollbars=yes, resizable=yes');
} else{
document.write('
');
}
//-->