document.onmousedown=hb
function hb()
{
if (event.button!=1)
alert("mit linker Maustaste\n    auf OK weiter");
}