
std = new Image();
std.src = "http://www.yogaakademie-austria.com/tl_files/yoga_akademie/images/img/std.png";
stmk = new Image();
stmk.src = "http://www.yogaakademie-austria.com/tl_files/yoga_akademie/images/img/stmk.png";
ktn = new Image();
ktn.src = "http://www.yogaakademie-austria.com/tl_files/yoga_akademie/images/img/ktn.png";
slzb = new Image();
slzb.src = "http://www.yogaakademie-austria.com/tl_files/yoga_akademie/images/img/salzburg.png";
ooe = new Image();
ooe.src = "http://www.yogaakademie-austria.com/tl_files/yoga_akademie/images/img/ooe.png";
noe = new Image();
noe.src = "http://www.yogaakademie-austria.com/tl_files/yoga_akademie/images/img/noe.png";
wien = new Image();
wien.src = "http://www.yogaakademie-austria.com/tl_files/yoga_akademie/images/img/wien.png";
bgld = new Image();
bgld.src = "http://www.yogaakademie-austria.com/tl_files/yoga_akademie/images/img/burgenland.png";
tirol = new Image();
tirol.src = "http://www.yogaakademie-austria.com/tl_files/yoga_akademie/images/img/tirol.png";
vorarlberg = new Image();
vorarlberg.src = "http://www.yogaakademie-austria.com/tl_files/yoga_akademie/images/img/vorarlberg.png";

function Bildwechsel(Bildobjekt)
{window.document.images[7].src = Bildobjekt.src;}
    function wienclick()
    {
    location.href="http://yogaakademie-austria.com/index.php/wien.html";

    }
    
        function ooeclick()
    {
     location.href="http://yogaakademie-austria.com/index.php/oberoesterreich.html";

    }    
        function stmkclick()
    {
     location.href="http://yogaakademie-austria.com/index.php/steiermark.html";

    }    
        function vorarlbergclick()
    {
     location.href="http://yogaakademie-austria.com/index.php/vorarlberg.html";

    }    
        function bgldclick()
    {
     location.href="http://yogaakademie-austria.com/index.php/burgenland.html";

    }    
            function tirolclick()
    {
     location.href="http://yogaakademie-austria.com/index.php/tirol.html";

    }    
            function noeclick()
    {
     location.href="http://yogaakademie-austria.com/index.php/niederoesterreich.html";

    }    
            function slzbclick()
    {
     location.href="http://yogaakademie-austria.com/index.php/salzburg.html";

    }    
            function ktnclick()
    {
     location.href="http://yogaakademie-austria.com/index.php/kaernten.html";

    }


