$(document).ready(function(){
	

	/* ACORDDION 
		$('h2.accordion').click(function(){
			$(this).next().slideToggle("slow");
			$('.calendario').remove();
		});
	*/
	
	
	$('#chegada').focus(function(){
		$(this).calendario({ 
			target:'#chegada'
		});
	});
	
	
	$('#saida').focus(function(){
		$(this).calendario({ 
			target:'#saida'
		});
	});
	
	$('#schegada').focus(function(){
		$(this).calendario({ 
			target :'#schegada'
		});
	});
	
		$('#ssaida').focus(function(){
		$(this).calendario({ 
			target :'#ssaida'
		});
	});
	
	


});


