// JavaScript Document

//Designed by Webmercialonline.com

<!--
if ((screen.width>=1024) && (screen.height>=768))
{
window.location="index.htm";
}
else
{
  window.location="lowres.html";
}
//-->