<!--

accuoff = new Image(12,11);
accuoff.src = "../img/enaccu0.gif";
accuon = new Image(12,11);
accuon.src = "../img/enaccu2.gif";

servoff = new Image(12,11);
servoff.src = "../img/enserv0.gif";
servon = new Image(12,11);
servon.src = "../img/enserv2.gif";

reseoff = new Image(12,11);
reseoff.src = "../img/enrese0.gif";
reseon = new Image(12,11);
reseon.src = "../img/enrese2.gif";

contoff = new Image(12,11);
contoff.src = "../img/encont0.gif";
conton = new Image(12,11);
conton.src = "../img/encont2.gif";


NS = navigator.appName=="Netscape"
IE = navigator.appName=="Microsoft Internet Explorer"
Ver = parseInt(navigator.appVersion)
message = "Right click disabled";

document.onmousedown = NoClic;    // Capture sous Netscape 6 et IE
if (document.layers) {         // Capture sous Netscape 4.X
   window.captureEvents(Event.MOUSEDOWN);
   window.onmousedown = NoClic;
}

function NoClic(leclic) {          // Affichage du message d'alerte
if (NS && leclic.which > 1){
alert(message)
return false
} else if (IE && (event.button >1)) {
alert(message)
return false;
}
}

function popmap() {
    var w=300;
    var h=346;
    var leftPosition = (screen.width) ? (screen.width-w)/2 : 0;
    var topPosition = (screen.height) ? (screen.height-h)/2 : 0;
    var ppmap=window.open('../inc/enmap.htm','ppmap','width='+w+',height='+h+',top='+topPosition+',left='+leftPosition+',scrollbars=no,resizable=no,status=no,location=no,toolbar=no,menubar=no,directories=no');
    ppmap.focus();
}

//-->
