$u olsa gerek;

<script language="JavaScript">
<!--
if ((screen.width>=1024) && (screen.height>=768))
{
window.location="index-high.html";
} else {
window.location=index-low.html";
}
//-->
</script>