function redir(url)
{
	location.href=url;
}

function carregar_menu()
{
	$.post("http://www.socialsportclub.com.br/index.php/geral/menu_ajax",{param:"param"}, function(data){ $('#menu_principal').html(data); });
}