/*---------javascript für www.hugo-von-habermann.de, sabine scheele-brenne -----------*/


function init()
{
	alert("startseite init");
slideBild();
}



function tauscheBild(bildName,dateiName)
         {
          document.images[bildName].src=dateiName;
       }


function fensterKolb()
         {
         window.open("kolb.html","bildtext","width=400, height=350, dependent=no, locationbar=no, menubar=no");
         }


         function fensterAtelier()
         {
         window.open("./textchen/atelier.html","ateliertext","width=400, height=650, dependent=no, locationbar=no, menubar=no");
         }

         function fensterAlskind()
         {
         window.open("./textchen/alskind.html","kindtext","width=400, height=300, dependent=no, locationbar=no, menubar=no");
         }

         function fenster24()
         {
         window.open("./textchen/24.html","24text","width=400, height=450, dependent=no, locationbar=no, menubar=no");
         }

          function fensterExpress()
         {
         window.open("./textchen/expressionismus.html","expresstext","width=400, height=350, dependent=no, locationbar=no, menubar=no");
         }

         function fensterPagerie()
         {
         window.open("./textchen/pagerie.html","pagerietext","width=400, height=350, dependent=no, locationbar=no, menubar=no");
         }

         function fensterUeberOlga()
         {
         window.open("./textchen/ueberolga.html","ueberolgatext","width=400, height=550, dependent=no, locationbar=no, menubar=no");
         }

         function fensterAkademie()
         {
         window.open("./textchen/akademie.html","akademietext","width=400, height=300, dependent=no, locationbar=no, menubar=no");
         }

          function fensterKoeppen()
         {
         window.open("./textchen/koeppenfrauen.html","frauentext","width=400, height=300, dependent=no, locationbar=no, menubar=no");
         }
        