

function open_gallery()
{

    smallWindow = window.open("http://www.wydera.de/galerie/index.html","fenster_neu","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,copyhistory=0, width=1024, height=768");
    smallWindow.focus();
}

