if ((screen.width>=1024) && (screen.height>=768))
{
 window.location="front_reg.html";
}
else
{
  window.location="front_small.html";
};