Function redirectpage () {
IF ((Screen.Width == 640) && (screen.height == 480))
SIZE = "640 x 480";
ELSE IF ((Screen.Width == 800) && (Screen.Height == 600)))
SIZE = "800 x 600";
Else IF ((Screen.width == 1024) && (Screen.height == 768))
SIZE = "1024 x 768";
Else size = "The default 640 x 480";
Alert ("Watch the best resolution of this site: 800 × 600. After system detection, your screen resolution is" size ".");
}
// end ->
script>