// JavaScript Document
function clic()
{
alert('clic droit interdit');
return(false);
}
document.oncontextmenu = clic;