function fenster()
{
        Fenster = window.open('cafe/start.htm',"",
        "Scrollbars=no,resizable=no,width=795,height=580,left=30,top=30");
        Fenster.focus();
}

function aeppel_fenster()
{
        Fenster = window.open('aeppel/start.htm',"",
        "Scrollbars=yes,resizable=no,width=795,height=610,left=50,top=50");
        Fenster.focus();
}

function aeppel_fenster2()
{
        Fenster = window.open('../aeppel/start.htm',"",
        "Scrollbars=yes,resizable=no,width=795,height=610,left=50,top=50");
        Fenster.focus();
}
