//
//-- hide this script from non-javascript-enabled browsers
 <!-- Beginning of JavaScript Applet -------------------
/* Copyright (C)1999 Web Design JuAn MArio.
   All Rights Reserved.
   This applet can be re-used or modified, if credit is given in 
   the source code. We will not be held responsible for any unwanted 
   effects due to the usage of this applet or any derivative.
   No warrantees for usability for any specific application are given
   or implied.

   Modified for Advantage Memory by JuAn MArio, May 19, 1999.

*/

<!-- START script funcion desactivada -->

var message="Upss!. Función desactivada. No puede copiar y pegar.";
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}


}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}

if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// --> 

<!-- -FIN script funcion desactivada -->

