function Toussaint(A) {
var mensaje="SEGUROS LAFISE - Derechos Reservados © 2006";

if (document.layers) {
if (A.which == 3) {
alert(mensaje);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=Toussaint;