function popup (url) { fenster = window.open(url, "Slideshow", "width=400,height=400,status=yes,scrollbars=no,resizable=no"); fenster.focus();}
