   function ExternOpen(url) {
      wohin = url.href;
      var fenster2=window.open(wohin,"_blank","height=470,width=620,top=40,left=60,resizable=no,status=no,toolbar=no,directories=no,menubar=no,location=no,scrollbars=no");
      fenster2.focus();
      return false;}

   function VertikalOpen(url) {
      wohin = url.href;
      var fenster2=window.open(wohin,"_blank","height=600,width=450,top=40,left=60,resizable=no,status=no,toolbar=no,directories=no,menubar=no,location=no,scrollbars=no");
      fenster2.focus();
      return false;}


function ConOpen() {
      var fenster=window.open("contact.htm","Contact","height=282,width=350,top=120,left=70,resizable=no,status=no,toolbar=no,directories=no,menubar=no,location=no,scrollbars=no");
      fenster.focus();
      return false;}

function ContactOpen() {
      var fenster=window.open("../../contact.htm","Contact","height=282,width=350,top=120,left=70,resizable=no,status=no,toolbar=no,directories=no,menubar=no,location=no,scrollbars=no");
      fenster.focus();
      return false;}

function GalleryOpen() {
      var fenster=window.open("../../gallery.htm","Contact","height=220,width=240,top=120,left=70,resizable=no,status=no,toolbar=no,directories=no,menubar=no,location=no,scrollbars=no");
      fenster.focus();
      return false;}

function GalOpen() {
      var fenster=window.open("gallery.htm","Contact","height=220,width=240,top=120,left=70,resizable=no,status=no,toolbar=no,directories=no,menubar=no,location=no,scrollbars=no");
      fenster.focus();
      return false;}


   function VideoOpen(url) {
      wohin = url.href;
      var fenster2=window.open(wohin,"_blank","height=270,width=320,top=40,left=60,resizable=no,status=no,toolbar=no,directories=no,menubar=no,location=no,scrollbars=no");
      fenster2.focus();
      return false;}