


<!-- Hide from JavaScript-Impaired Browsers

function click() {
if (event.button==2) {
alert(' Sorry! This fonction is disabled !');
}
}
document.onmousedown=click
// --> 