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