/* auteur: PYXIS */
/* Date de création: 18/04/2003 */
<!-- 
function non(clic) {
var msg="Aucune autre information disponible...\n La Reproduction totale ou partielle du site est interdite sans autorisation.\n © Spéléo Magazine ";
if (navigator.appName == 'Netscape' && clic.which==3) {
alert(msg);
return false;}
else
if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) {
alert(msg);
return false;
}
return true;
}
document.onmousedown = non;
// fin -->