

function galeria()
{
	 $.post("oro/galeria.php", function(data){$("#content").html(data);});
}
