 if (screen.width>=1280) 
  { 
   self.moveTo(0,0);
   self.resizeTo(screen.availWidth,screen.availHeight);
  } 
 else 
 { 
//   if (screen.width <="800") top.location.href=('http://www.otre-media.de/pda/index.html'); 
   self.moveTo(0,0);
   self.resizeTo(1024,screen.availHeight);
//   if (screen.width <"1024") alert("Bildschirmauflösung bitte auf mind. 1024 x 768 Bildpunkte einstellen"); 
 }
