// Slideshowbuttons

   function showPic (whichpic) {
      if (document.getElementById) {
         document.getElementById('pic').src = whichpic.href;
         whichpic.className = 'grau';
         return false;}
      else {
         return true;}
   }




   function ExternOpen(url) {
      wohin = url.href;
      var fenster2=window.open(wohin,"_blank","height=500,width=700,top=40,left=60,resizable=yes,status=yes,toolbar=yes,directories=yes,menubar=yes,location=yes,scrollbars=yes");
      fenster2.focus();
      return false;}





function ImpressumOpen() {
      var fenster=window.open("imprint.htm","Impressum","height=400,width=300,top=120,left=70,resizable=no,status=no,toolbar=no,directories=no,menubar=no,location=no,scrollbars=yes");
      fenster.focus();
      return false;}
