<!--
// Funcion mensaje en barra de estado
function MM_displayStatusMsg(msgStr) { 
  status=msgStr;
  document.MM_returnValue = true;
}

// Funcion para abrir ventanas
function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}

// desactivar boton derecho para IExplorer
function click() {
if (event.button==2) {
alert ('www.aracelisegarra.com')
}
}
document.onmousedown=click

// desactivar boton derecho para Netscape y Firefox
document.oncontextmenu = function(){return false} 
//-->