
function bestaetigung(url)
    {
                                       w2=window.open(url,'Fensterchen',"toolbar=0,scrollbars=0,directories=0,resizable=0,status=0,membar=0,left=110,top=0,width=420,height=500");
    }


function filialeaopen(url)
    {
                                     w2=window.open(url,'Fensterchen',"toolbar=0,scrollbars=0,directories=0,resizable=0,status=0,membar=0,left=110,top=0,width=420,height=500");
    }

function filialebopen(url)
    {
                                       w2=window.open(url,'Fensterchen',"toolbar=0,scrollbars=0,directories=0,resizable=0,status=0,membar=0,left=110,top=0,width=420,height=500");
    }

function filialecopen(url)
    {
                                        w2=window.open(url,'Fensterchen',"toolbar=0,scrollbars=0,directories=0,resizable=0,status=0,membar=0,left=110,top=0,width=420,height=500");
    }

function filialedopen(url)
    {
                                      w2=window.open(url,'Fensterchen',"toolbar=0,scrollbars=0,directories=0,resizable=0,status=0,membar=0,left=110,top=0,width=420,height=500");
    }

function filialeeopen(url)
    {
                                   w2=window.open(url,'Fensterchen',"toolbar=0,scrollbars=0,directories=0,resizable=0,status=0,membar=0,left=110,top=0,width=420,height=500");
    }

function filialefopen(url)
    {
                                    w2=window.open(url,'Fensterchen',"toolbar=0,scrollbars=0,directories=0,resizable=0,status=0,membar=0,left=110,top=0,width=420,height=500");
    }

function filialegopen(url)
    {
                                     w2=window.open(url,'Fensterchen',"toolbar=0,scrollbars=0,directories=0,resizable=0,status=0,membar=0,left=110,top=0,width=420,height=500");
    }
function filialehopen(url)
    {
                                       w2=window.open(url,'Fensterchen',"toolbar=0,scrollbars=0,directories=0,resizable=0,status=0,membar=0,left=110,top=0,width=420,height=500");
    }
function shopopen(url)
{
                                w2=window.open(url,'Fensterchen',"toolbar=0,scrollbars=0,directories=0,resizable=0,status=0,membar=0,left=110,top=0,width=560,height=540");
                        }
function produkteopen(url)
{
                                w2=window.open(url,'Fensterchen',"toolbar=0,scrollbars=0,directories=0,resizable=0,status=0,membar=0,left=110,top=0,width=650,height=590");
                        }
function agbopen(url)
{
                                w2=window.open(url,'Fensterchen',"toolbar=0,scrollbars=0,directories=0,resizable=0,status=0,membar=0,left=110,top=0,width=560,height=540");
                        }

function partyopen()
{
                                w2=window.open(url,'Fensterchen',"toolbar=0,scrollbars=0,directories=0,resizable=0,status=0,membar=0,left=110,top=0,width=560,height=540");
                        }



var maxnr=11;
var aktnr=0;
var halt=1;
var an=1;

function bild(nr)
    {
    if (an)
    {
    aktnr+=nr;
    if (aktnr<1)
    aktnr=maxnr;
    else if (aktnr>maxnr)
    aktnr=1;
document.img.src="images/dia"+aktnr+".jpg";
    }
    }

function show()
    {
    if (!halt)
    {
    bild(1);
    setTimeout("show()",7500);
    }
    }
