/* Schreibt bei neueren Browsern zusätzliche Bilder zwecks Austausch rein: */

if(document.getElementById && document.createElement)
 {
  if ((hoehe>770) && (breite>1032))
    {
     document.getElementById("startbild1").src="zufallsbild.php?gross=1";
     document.images["startbild1"].height=690;
     document.images["startbild1"].width=1030;
     document.write('<a href="fotos.php"><img src="zufallsbild.php?gross=1&amp;bild=2" width="1030" height="690" border="0" alt="Luftaufnahme / Aerial Photo &copy; Reportair Niklaus Wächter" title="Luftaufnahme &copy; Reportair - Galerie" style="display:none"></a>');
     document.write('<a href="fotos.php"><img src="zufallsbild.php?gross=1&amp;bild=3" width="1030" height="690" border="0" alt="Luftaufnahme / Aerial Photo &copy; Reportair Niklaus Wächter" title="Luftaufnahme &copy; Reportair - Galerie" style="display:none"></a>');
     document.write('<a href="fotos.php"><img src="zufallsbild.php?gross=1&amp;bild=4" width="1030" height="690" border="0" alt="Luftaufnahme / Aerial Photo &copy; Reportair Niklaus Wächter" title="Luftaufnahme &copy; Reportair - Galerie" style="display:none"></a>');
     document.write('<a href="fotos.php"><img src="zufallsbild.php?gross=1&amp;bild=5" width="1030" height="690" border="0" alt="Luftaufnahme / Aerial Photo &copy; Reportair Niklaus Wächter" title="Luftaufnahme &copy; Reportair - Galerie" style="display:none"></a>');
    }
  else
    {
     document.write('<a href="fotos.php"><img src="zufallsbild.php?bild=2" width="770" height="520"  border="0" alt="Luftaufnahme / Aerial Photo &copy; Reportair Niklaus Wächter" title="Luftaufnahme &copy; Reportair - Galerie" style="display:none"></a>');
     document.write('<a href="fotos.php"><img src="zufallsbild.php?bild=3" width="770" height="520"  border="0" alt="Luftaufnahme / Aerial Photo &copy; Reportair Niklaus Wächter" title="Luftaufnahme &copy; Reportair - Galerie" style="display:none"></a>');
     document.write('<a href="fotos.php"><img src="zufallsbild.php?bild=4" width="770" height="520"  border="0" alt="Luftaufnahme / Aerial Photo &copy; Reportair Niklaus Wächter" title="Luftaufnahme &copy; Reportair - Galerie" style="display:none"></a>');
     document.write('<a href="fotos.php"><img src="zufallsbild.php?bild=5" width="770" height="520"  border="0" alt="Luftaufnahme / Aerial Photo &copy; Reportair Niklaus Wächter" title="Luftaufnahme &copy; Reportair - Galerie" style="display:none"></a>');
    }
 }
