
// ScreenRESIZER 1.0 - Programado por Gerardo Couso (www.gexunion.com) - 18 de Mayo 2009

 if (navigator.appName == 'Microsoft Internet Explorer')
    { self.moveTo (0,0);
      self.resizeTo (screen.availWidth, screen.availHeight);
      if (screen.availWidth < 1024)
         { alert("Resolución Gráfica Recomendada:  \n\n1024 x 768 pixels"); }
    }

// Final de Archivo 
   