function mareste(url){w=1024;h=768;sw=screen.width;sh=screen.height;l=(sw-w)/2;t=(sh-h)/2;window.open(url,'Galerie','width='+w+',height='+h+',top='+t+',left='+l+',scrollbars=no,resizable=no');}
