<script
language="javascript"
type="text/javascript">
if
(screen.width
==
640)
{
alert("Style
Sheet for 640 x 480 would have been loaded, but this is just a demo.");
}
if
(screen.width
==
800)
{
alert("Style
Sheet for 800 x 600 would have been loaded, but this is just a demo.");
}
if
(screen.width
==
1024)
{
alert("Style
Sheet for 1024 x 768 would have been loaded, but this is just a demo.");
}
if
(screen.width
==
1280)
{
alert("Style
Sheet for 1280 x 960 would have been loaded, but this is just a demo.");
}
if
(screen.width
==
1600)
{
alert("Style
Sheet for 1600 x 1200 would have been loaded, but this is just a demo.");
}
</script>