function Bild (BildURL)
   {
   var x=1280;
   var y=1024;
   if (screen.width < x) x = screen.width;
   if (screen.height < y) y = screen.height;
   BildFenster = window.open ("Bild.htm?"+BildURL,"Steinmandl_Bild","screenX=0,screenY=0,top=0,left=0,width=" + x + ",height=" + y + ",scrollbars=yes,status=yes,resizable=yes"); 
   BildFenster.focus (); 
   /* window.location.href ="Bild.htm?"+BildURL */
   }

document.write ('<div class="klein"><hr noshade><center><dl>');

var correct_frame = 0 + (parent.Links_LR ? 1 : 0);
woerter = document.URL.split ("/");
subpage = woerter [woerter.length - 1];

if (subpage.search ('Bild.htm') != -1)
   {
   Klammer = subpage.indexOf ("&");
   if (Klammer > 0) subpage = subpage.substring (0, Klammer);
   }
else
   {

BildNr = new Array ();
n=1;
j=0;

for(i=0; i < document.links.length; ++i)
   {

/* document.write("<br>" + document.links[i].toString() );  */

if (document.links[i].href.search ('steinmandl.de') == -1)
   if (document.links[i].href.search ('file:') == -1)
      document.links[i].target = '_blank';
if (document.links[i].href.search ('HQ.jpg')!= -1)
   {
woerter = document.links[i].href.split ("/");
BildURL = woerter [woerter.length - 1];
BildText = "";

last = j;
if (j < document.images.length) 
do {woerter = document.images[j].src.split("/"); gefunden = woerter [woerter.length -1 ] == BildURL.replace ("_HQ",""); j++}
while (gefunden == false && j < document.images.length);

if (gefunden) 
   { 
   j--;  
   BildText = document.images[j].name;
   if (navigator.appName == 'Microsoft Internet Explorer')
      if (BildText.length == 0) BildText = document.images[j].alt;
   /* document.writeln (BildText); */
   Klammer = BildText.indexOf ("[");
   if (Klammer != -1) BildText = BildText.substring (0, Klammer - 1);
   if (BildText.length > 0) BildText = '&' + escape (BildText);
   }
else j=last;
BildNr [n] = i;
document.links[i].href = 'javascript:Bild("' + BildURL + '&' + n + BildText + '")';
n++
  }
 }
}
n--;

if (window.name == 'SteinmandlNoFrames') 
{
document.write ('<a href="Hp_de_nf.htm">Home</a> | ');
document.write ('<a href="Homepage.htm">Frames</a> | ');
document.write ('<a href="Berge.htm">M&uuml;nchener Hausberge</a> | ');
document.write ('<a href="Bahn.htm">Bahn &amp; Bus</a> | ');
document.write ('<a href="Klettern_Voralpen.htm">Klettern</a> | ');
document.write ('<a href="Hochtouren.htm">Hochtouren</a> | ');
document.write ('<a href="mexico.htm">Mexiko</a> | ');
document.write ('<a href="Gesamtindex.htm">Bilderindex </a>');
document.write ('<dt>');
document.write ('<a href="Karwendel.htm">Karwendel</a> | ');
document.write ('<a href="Kaiser.htm">Kaiser</a> | ');
document.write ('<a href="Wetterstein.htm">Wetterstein</a> | ');
document.write ('<a href="Voralpen.htm">Bayerische Voralpen </a> | ');
document.write ('<a href="Ammergauer.htm">Ammergauer</a> | ');
document.write ('<a href="Berchtesgadener.htm">Berchtesgadener</a> | ');
document.write ('<a href="Lechtaler.htm">Lechtaler</a>');
document.write ('<dt>');
}

document.write ('URL <a href="http://www.Steinmandl.de/' + subpage + '"> http://www.Steinmandl.de/' + subpage + '</a>'); 

woerter = document.location.pathname.split (".");
datei = woerter [0];
document.write (' | Zugriffe seit 28.12.02: ');
document.write ('<IMG SRC="cgi-bin/img_counter.cgi?counter/' + datei + '.cnt" ALT="[Counter]">');

document.write ('<dt>');
document.write ('<a href="http://www.Steinmandl.de">Steinmandl.de</a> | ');
document.write ('<a href="mailto:webmaster@Steinmandl.de">Webmaster</a> | ');
Datum = new Date(document.lastModified);
Jahr = Datum.getYear();
if (Jahr < 1900) Jahr += 1900;
Monat = Datum.getMonth() + 1;
Tag = Datum.getDate();
document.write('<a href="neu.htm">Letzte Änderung</a> am ');
if (Monat >= 1 && Monat <= 12 && Tag >= 1 && Tag <= 31)
document.write (Tag + "." + Monat + "." + Jahr)
else document.write (document.lastModified);

document.write ('<dt>===== <a href="Kontakt.htm#Hinweis">Wichtiger Hinweis und Haftungsausschlu&szlig;!</a> =====');

i = subpage.indexOf ('+');
if (i > 0) subpage = subpage.substr (0, i);

if (window.name != 'SteinmandlNoFrames')
    if (self == top || !correct_frame)
       if (subpage.search ('Bild.htm') == -1)
          if (document.URL.search ('google') > 0)
             top.location.href =  'http://www.steinmandl.de/Homepage.htm?' + subpage
          else
             top.location.href = 'Homepage.htm?' + subpage;

ref = document.referrer.toLowerCase();
       if (ref.search ('luidger') > 0) top.location.href ='http://www.roeckrath.de';
       if (ref.search ('ckrath') > 0) top.location.href ='http://www.roeckrath.de';

            