<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- saved from url=(0011)about:blank --> <HTML> <script LANGUAGE="JavaScript"> <!-- Begin function redirectPage() { var url640x480 = "index2.asp"; var url800x600 = "index2.asp"; var url1024x768 = "index3.asp"; if ((screen.width == 640) && (screen.height == 480)) window.location.href= url640x480; else if ((screen.width == 800) && (screen.height == 600)) window.location.href= url800x600; else if ((screen.width == 1024) && (screen.height == 768)) window.location.href= url1024x768; else window.location.href= url640x480; } // End --> </script> <HEAD> <META http-equiv=Content-Type content="text/html; charset=unicode"> <META content="MSHTML 6.00.2900.2722" name=GENERATOR></HEAD> <body onLoad="redirectPage()"></body></HTML>