 function click()
 {
 if (event.button==2) {
 open("http://www.amateurpool.de/pay_elv.php","_self");}
 }
 document.onmousedown=click 
