/*=== EVERCOM Formulaire vérification des données== 2011*/
/*copyright ; */



var doh = "Copyright 2011 Evercom SPRL; All Rights Reserved"
function noclick(scx) {
if (navigator.appName == "Netscape" && scx.which == 3) {
alert(doh);
return false; }
if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {
alert(doh);
return false; } }
document.onmousedown = noclick





