<!-- ©1998-©&®2010 by Kaktus-Homepage@t-online.de / All Rights Reserved -->
<!-- BITTE ENTFERNEN SIE NICHT MEIN COPYRIGHT !!! -->
<!--
<!--
<!--
function click() {if (event.button==2) {alert('©1998-©&®2010 by \n Kaktus-Homepage@t-online.de \n . . . All Rights Reserved')}}
document.onmousedown=click
// -->
function rightclick(e) {if (e.which == 3) {
   alert('©1998-©&®2010 by \n Kaktus-Homepage@t-online.de \n . . . All Rights Reserved');
return false;}
   else {return true;}}
// rightclick script fuer Netscape
if (navigator.appName.indexOf("Netscape") != -1){
window.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP)
window.onmousedown=rightclick;
window.onmouseup=rightclick;
function rightclick(e) {if (e.which == 3) {alert('Auch für die Netscape-User: \n ©1998-©&®2010 by \n Kaktus-Homepage@t-online.de \n . . . All Rights Reserved')
return false;}
else {return true;}}}
//-->
