
breite=screen.width;
hoehe=screen.height;
if ((breite>=1280)&&(hoehe>=1024))
{
location.href="index1.html";
self.resizeTo(1280,1024);
}
else
{
location.href="index2.html";
self.resizeTo(1280,1024); 
}
