<script>
if(screen.width>1000)
alert("1024*768")
else
alert("800*600")
</script>