window.onload = function() {$("#textotxt").load("Pagina-Principal/Inicio.php");$(".menu-arriba a").click(function(evento){evento.preventDefault();$("#textotxt").load($(this).attr("href"));return false;});$("#menu a").click(function(evento){evento.preventDefault();$("#textotxt").load($(this).attr("href"));return false;}); }