function click(){
	if (event.button==2){
		alert('Ja, deine rechte Maustaste funktioniert !')
	}
}

document.onmousedown=click

oncontextmenu="return false" 
ondragstart="return false" 
onselectstart="return false"
