function openWindow(arg){ window.name="mainWindow"; window.open(arg,"fotoWindow","width=660,height=500,directories=no,toolbar=no,resizable=yes,menubar=no,scrollbars=yes"); } function verify(){ msg = "Wollen Sie wirklich löschen?"; //all we have to do is return the return value of the confirm() method return confirm(msg); }