// Slideshowbuttons

   function showPic (whichpic) {
      if (document.getElementById) {
         document.getElementById('foto').src = whichpic.href;
         return false;}
      else {
         return true;}
   }



// Popup-Fenster für Impressum und Allgemein, XHTM kompatibel

   function ExternOpen(url) {
      wohin = url.href;
      var fenster2=window.open(wohin,"_blank","height=700,width=950,top=40,left=60,resizable=yes,status=yes,toolbar=yes,directories=yes,menubar=yes,location=yes,scrollbars=yes");
      fenster2.focus();
      return false;}




function CdOpen() {
      var fenster=window.open("bestellung.htm","cd","height=130,width=300,top=120,left=70,resizable=no,status=no,toolbar=no,directories=no,menubar=no,location=no,scrollbars=no");
      fenster.focus();
      return false;}

function CdeOpen() {
      var fenster=window.open("bestellung_e.htm","cd","height=100,width=300,top=120,left=70,resizable=no,status=no,toolbar=no,directories=no,menubar=no,location=no,scrollbars=no");
      fenster.focus();
      return false;}






