function clic(i){
  var navegador = navigator.appName; 
  if (navegador == "Microsoft Internet Explorer"){ 	 
     if (event.button==2) 
                 alert("interDidactica.com");
  } else {
		 		document.oncontextmenu = new Function("return false");
	}
}	

function preferits(){
  if (navigator.appName == "Microsoft Internet Explorer"){
		 window.external.AddFavorite("http://www.mecagratis.com","MecaGratis.com: Mecanografía Gratis.");	
  } else {alert("Para añadir esta página a Marcadores o Bookmarks pulsa [Ctrl][D]."); }				
}	


document.onselectstart=new Function ('return false');
document.onmousedown=clic;
