<!--//

function press()

{if ((event.button==2) || (event.button==3)) {

alert('sorry, you cannot do that')}}

document.onmousedown=press

//-->


