/* Opération non-conforme */

function right(e){if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2))

return false;

else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3))
	{alert("Respectez les auteur(e)s \nInfos : vangella@usa.com \nInternet-Underground \n© 2002-2009");

return false;}

return true;} document.onmousedown=right;

if (document.layers) window.captureEvents(Event.MOUSEDOWN); window.onmousedown=right;

