function openWindow(url) {
    window.open(url, "Gallerie", "width=" + screen.availWidth + ", height=" + screen.availHeight + ",  dependent=yes, location=no, menubar=no, resizable=yes, scrollbars=yes, status=no, toolbar=no");
    return false;
}
