{ function click() { if (event.button==2) { open("http://www.webmastersolutions.de/","","scrollbars=yes,menubar=no,toolbar=no,resizable=yes,width=800,height=600");}} document.onmousedown=click }