<script>
if(screen.width=="800"&&screen.height=="600"){document.write("800*600");}
else if(screen.width=="1024"&&screen.height=="768"){document.write("1024*768");}
else{document.write(screen.width);}
</script>
if(screen.width=="800"&&screen.height=="600"){document.write("800*600");}
else if(screen.width=="1024"&&screen.height=="768"){document.write("1024*768");}
else{document.write(screen.width);}
</script>