// 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 ImprintOpen() {
      var fenster=window.open("imprint.htm","Imprint","height=415,width=622,top=120,left=70,resizable=no,status=no,toolbar=no,directories=no,menubar=no,location=no,scrollbars=no");
      fenster.focus();
      return false;}


   function WartimeOpen() {
      var fenster=window.open("wartime.htm","Wartime","height=266,width=326,top=120,left=70,resizable=no,status=no,toolbar=no,directories=no,menubar=no,location=no,scrollbars=no");
      fenster.focus();
      return false;}

   function ThanksOpen() {
      var fenster=window.open("thanks.htm","Thanks","height=415,width=622,top=120,left=70,resizable=no,status=no,toolbar=no,directories=no,menubar=no,location=no,scrollbars=no");
      fenster.focus();
      return false;}
