// JavaScript Document
function gopesqueiro(txt,codigo){
	$("#full").fadeOut(500, function(){
		var msg = "<img src='http://www.pesqueiromaeda.com.br/images/pesca/pesqueiro/"+txt+"'>";
		$("#full").html(msg);
		$("#full").fadeIn(500);
	});
	$('.legenda_txt').hide();
	$('#legenda'+codigo).show();
}
function gotancao(txt,codigo){
	$("#full").fadeOut(500, function(){
		var msg = "<img src='http://www.pesqueiromaeda.com.br/images/pesca/tancao/"+txt+"'>";
		$("#full").html(msg);
		$("#full").fadeIn(500);
	});
	$('.legenda_txt').hide();
	$('#legenda'+codigo).show();
}
function goengorda(txt,codigo){
	$("#full").fadeOut(500, function(){
		var msg = "<img src='http://www.pesqueiromaeda.com.br/images/pesca/engorda/"+txt+"'>";
		$("#full").html(msg);
		$("#full").fadeIn(500);
	});
	$('.legenda_txt').hide();
	$('#legenda'+codigo).show();
}
function gopousada(txt,codigo){
	$("#full").fadeOut(500, function(){
		var msg = "<img src='http://www.pesqueiromaeda.com.br/images/pousada/"+txt+"'>";
		$("#full").html(msg);
		$("#full").fadeIn(500);
	});
	$('.legenda_txt').hide();
	$('#legenda'+codigo).show();
}
function gorestaurante(txt,codigo){
	$("#full").fadeOut(500, function(){
		var msg = "<img src='http://www.pesqueiromaeda.com.br/images/restaurante/"+txt+"'>";
		$("#full").html(msg);
		$("#full").fadeIn(500);
	});
	$('.legenda_txt').hide();
	$('#legenda'+codigo).show();
}
function goteleferico(txt,codigo){
	$("#full").fadeOut(500, function(){
		var msg = "<img src='http://www.pesqueiromaeda.com.br/images/lazer/teleferico/"+txt+"'>";
		$("#full").html(msg);
		$("#full").fadeIn(500);
	});
	$('.legenda_txt').hide();
	$('#legenda'+codigo).show();
}
function goarvore(txt,codigo){
	$("#full").fadeOut(500, function(){
		var msg = "<img src='http://www.pesqueiromaeda.com.br/images/lazer/arvore-gigante/"+txt+"'>";
		$("#full").html(msg);
		$("#full").fadeIn(500);
	});
	$('.legenda_txt').hide();
	$('#legenda'+codigo).show();
}
function goarvorismo(txt,codigo){
	$("#full").fadeOut(500, function(){
		var msg = "<img src='http://www.pesqueiromaeda.com.br/images/lazer/arvorismo-e-tirolesa/"+txt+"'>";
		$("#full").html(msg);
		$("#full").fadeIn(500);
	});
	$('.legenda_txt').hide();
	$('#legenda'+codigo).show();
}
function gojardim(txt,codigo){
	$("#full").fadeOut(500, function(){
		var msg = "<img src='http://www.pesqueiromaeda.com.br/images/lazer/jardim-japones/"+txt+"'>";
		$("#full").html(msg);
		$("#full").fadeIn(500);
	});
	$('.legenda_txt').hide();
	$('#legenda'+codigo).show();
}
function gokart(txt,codigo){
	$("#full").fadeOut(500, function(){
		var msg = "<img src='http://www.pesqueiromaeda.com.br/images/lazer/kart/"+txt+"'>";
		$("#full").html(msg);
		$("#full").fadeIn(500);
	});
	$('.legenda_txt').hide();
	$('#legenda'+codigo).show();
}
function gocavalo(txt,codigo){
	$("#full").fadeOut(500, function(){
		var msg = "<img src='http://www.pesqueiromaeda.com.br/images/lazer/cavalos/"+txt+"'>";
		$("#full").html(msg);
		$("#full").fadeIn(500);
	});
	$('.legenda_txt').hide();
	$('#legenda'+codigo).show();
}
function gohelicoptero(txt,codigo){
	$("#full").fadeOut(500, function(){
		var msg = "<img src='http://www.pesqueiromaeda.com.br/images/lazer/helicoptero/"+txt+"'>";
		$("#full").html(msg);
		$("#full").fadeIn(500);
	});
	$('.legenda_txt').hide();
	$('#legenda'+codigo).show();
}
function gopiscina(txt,codigo){
	$("#full").fadeOut(500, function(){
		var msg = "<img src='http://www.pesqueiromaeda.com.br/images/lazer/piscinas/"+txt+"'>";
		$("#full").html(msg);
		$("#full").fadeIn(500);
	});
	$('.legenda_txt').hide();
	$('#legenda'+codigo).show();
}
function gobrinquedo(txt,codigo){
	$("#full").fadeOut(500, function(){
		var msg = "<img src='http://www.pesqueiromaeda.com.br/images/lazer/brinquedos-aquaticos/"+txt+"'>";
		$("#full").html(msg);
		$("#full").fadeIn(500);
	});
	$('.legenda_txt').hide();
	$('#legenda'+codigo).show();
}
function gotrenzinho(txt,codigo){
	$("#full").fadeOut(500, function(){
		var msg = "<img src='http://www.pesqueiromaeda.com.br/images/lazer/passeio-de-trenzinho/"+txt+"'>";
		$("#full").html(msg);
		$("#full").fadeIn(500);
	});
	$('.legenda_txt').hide();
	$('#legenda'+codigo).show();
}
function goplayground(txt,codigo){
	$("#full").fadeOut(500, function(){
		var msg = "<img src='http://www.pesqueiromaeda.com.br/images/lazer/playground/"+txt+"'>";
		$("#full").html(msg);
		$("#full").fadeIn(500);
	});
	$('.legenda_txt').hide();
	$('#legenda'+codigo).show();
}
function goestrutura(txt,codigo){
	$("#full").fadeOut(500, function(){
		var msg = "<img src='http://www.pesqueiromaeda.com.br/images/estrutura/"+txt+"'>";
		$('.legenda_txt').fadeOut(10);
		$("#full").html(msg);
		$("#full").fadeIn(0);
		$('#legenda'+codigo).fadeIn(0);						   
	});
	$('.legenda_txt').hide();
	$('#legenda'+codigo).show();
}
