<!--
function viewerfenster(bild)
{  if (screen.height >= 768)
   {  hx = 650;
      wx = 650;
      sb = 'no'}
   else
   {  hx = 520;
      wx = 650;
      sb = 'yes'}
   tx = ((screen.height-hx)/2);
   lx = ((screen.width-wx)/2);
   bc_viewer = window.open(bild,"Viewer", "Height=" + hx + ", Width=" + wx + ", top=" + tx + ", left=" + lx + ", scrollbars=" + sb);
   bc_viewer.focus();}
// -->

<!--
function viewerfensterp(bild)
{  if (screen.height >= 768)
   {  hx = 650;
      wx = 900;
      sb = 'no'}
   else
   {  hx = 520;
      wx = 900;
      sb = 'yes'}
   tx = ((screen.height-hx)/2);
   lx = ((screen.width-wx)/2);
   bc_viewer = window.open(bild,"Viewer", "Height=" + hx + ", Width=" + wx + ", top=" + tx + ", left=" + lx + ", scrollbars=" + sb);
   bc_viewer.focus();}
// -->

<!--
if (document.layers)
{  window.captureevents(event.mousedown | event.mouseup)
   window.onmousedown=rightclick;
   window.onmouseup=rightclick;
   function rightclick(e)
   {  if (e.which == 3)
      {  // put right mouse code here
         alert('Hallo, was haben Sie denn vor?\nCopyright © Dieter Mahlke');
         return false;}
      else
      {  return true;}}}
      if (document.all)
      {  function click()
         {  if (event.button==2)
            {  alert('Hallo, was haben Sie denn vor?\nCopyright © Dieter Mahlke')}
            if (event.button==3)
            {  alert('Hallo, was haben Sie denn vor?\nCopyright © Dieter Mahlke')}}
   document.onmousedown=click}
// -->

<!--
var nr, l_nr;
function bilderladen (ab, lb)
{  var info_n = new Image(); info_n.src = "../img/infok.gif"
   var info_h = new Image(); info_h.src = "../img/infok_h.gif"
   var plin_n = new Image(); plin_n.src = "../img/pfeil_linksk.gif"
   var plin_h = new Image(); plin_h.src = "../img/pfeil_linksk_h.gif"
   var prec_n = new Image(); prec_n.src = "../img/pfeil_rechtsk.gif"
      var prec_h = new Image(); prec_h.src = "../img/pfeil_rechtsk_h.gif"
         var schl_n = new Image(); schl_n.src = "../img/schliessenk.gif"
         var schl_h = new Image(); schl_h.src = "../img/schliessenk_h.gif"
         nr = ab;
         l_nr = lb}
      function bildzeigen(aktion)
      {  var nr_str;
         if (aktion=='vor')
         {  if (nr == l_nr)
            {  nr = 1;}
            else
            {  nr = nr + 1;}}
         else
         {  if (nr == 1)
            {  nr = l_nr;}
            else
            {  nr = nr - 1;}}
         if (nr < 10 )
         {  nr_str = '0' + nr}
         else
         {  nr_str = nr}
         bw ('foto', 'img/' + nr_str + '.jpg');
         bw ('nummer', '../img/' + nr_str + '.gif');}
    // -->
    <!--
      function infofenster()
      {  y = (screen.width-260) / 2;
         x = (screen.height-165) / 2;
         infof = window.open("../info.htm","Info","Height=165, Width=260, top=" + x + ", left=" + y);
         infof.focus();}
    // -->
    <!--
      function dfenster()
      {  y = (screen.width-260) / 2;
         x = (screen.height-165) / 2;
         infof = window.open("../lib/d.htm","d","Height=361, Width=500, top=" + x + ", left=" + y);
         infof.focus();}
    // -->

    <!--
      function impressumfenster()
      {  y = (screen.width-600) / 2;
         x = (screen.height-417) / 2;
         infof = window.open("impressum.htm","Impressum","Height=487, Width=670, top=" + x + ", left=" + y);
         infof.focus();}
    // -->

    <!--
      function fenster(seite)
      {  y = (screen.width-900) / 2;
         x = (screen.height-600) / 2;
         infof = window.open(seite, "TEST", "scrollbars=yes, Height=550, Width=985, top=" + x + ", left=" + y);
         infof.focus();}
    // -->

    <!--
      function bw (bildname, dateiname)
      {  if  (document.images)
         {  document.images[bildname].src = dateiname}}
    // -->
    <!--
    function zweiframes(URI1,F1,URI2,F2)
    { frame1=eval("parent."+F1);
      frame2=eval("parent."+F2);
      frame1.location.href = URI1;
      frame2.location.href = URI2;}
    //-->

    <!--
    function einframe(URI1,F1)
    { frame1=eval("parent."+F1);
      frame1.location.href = URI1;
    }
    //-->

    <!--
    function mail_()
    { mailverbindung = location.href="mailto:naturfoto@dietermahlke.de?subject=eine Mail%20von%20deinen%20Web-Seiten"
    }
    //-->
