<script language="JavaScript">
var x=screen.width;
var y=screen.height;
if (y>=768)
window.location.href="index.php?page=1024x768"
else
window.location.href="index.php?page=800x600"
</script>
var x=screen.width;
var y=screen.height;
if (y>=768)
window.location.href="index.php?page=1024x768"
else
window.location.href="index.php?page=800x600"
</script>