

// Definitionen, welche Dateien durch Klick auf die Buttons aufgerufen werden:


        var win, winc;

// Kommentar-Fenster für Hauptseiten


                function katalog ()  // Katalog Karsten Mittag
                 {
win=window.open("katalog.html","fenster1","height=752,width=1014,resizable=yes,screenX=1,screenY=1,scrollbars=yes,dependent=yes,hotkeys=no");
 win.moveTo(1,1);
 win.focus();
                 }


                function kontaktmalschule ()   // Impressum

                 {
win=window.open("../kontakt.html","fenster1","height=520,width=450,resizable=yes,screenX=240,screenY=230,scrollbars=yes,dependent=yes,hotkeys=no");
 win.moveTo(240,230);
 win.focus();
                 }

                function kontaktfewo ()   // Impressum

                 {
win=window.open("../kontakt_fewo.html","fenster1","height=520,width=450,resizable=yes,screenX=240,screenY=230,scrollbars=yes,dependent=yes,hotkeys=no");
 win.moveTo(240,230);
 win.focus();
                 }
                function kontakt ()   // Impressum

                 {
win=window.open("kontakt.html","fenster1","height=520,width=450,resizable=yes,screenX=240,screenY=230,scrollbars=yes,dependent=yes,hotkeys=no");
 win.moveTo(240,230);
 win.focus();
                 }


          function schliessen ()     // Fenster wird geschlossen
                {
                     winc=window.close ("fenster1");
                }
          function schliessen2 ()     // Impressum wird geschlossen
             {
                             win=window.open("http://www.steig-ein.com");
                        winc=window.close ("fenster1");
              }
          
