if ((screen.width>=800) && (screen.height>=600))
{
 window.location="http://www.aboveabc.com/main.htm";
}
else
{
  window.location="http://www.aboveabc.com/mobile/index.html";
}


