// JavaScript Document
$(function() {
	$('div.pane').scrollTo( 0 );
	$.scrollTo( 0 );
	var $paneTargetUs = $('#pane-target');

	$('#inicioLink').click(function(){
	$paneTargetUs.stop().scrollTo( { top:0,left:0} , 500 );
	$paneTargetUs.animate({ height:document.getElementById('inicioContent').offsetHeight+ 100  }, 1500);
	});

	$('#empresaLink').click(function(){
	$paneTargetUs.stop().scrollTo( { top:0,left:650 * 1} , 500 );
	$paneTargetUs.animate({ height:document.getElementById('empresaContent').offsetHeight+ 100  }, 1500);
	});
		
	$('#servicosLink').click(function(){
	$paneTargetUs.stop().scrollTo( { top:0,left:650 * 2} , 500 );
	$paneTargetUs.animate({ height:document.getElementById('servicosContent').offsetHeight+ 100  }, 1500);
	});

	$('#testemunhosLink').click(function(){
	$paneTargetUs.stop().scrollTo( { top:0,left:650 * 3} , 500 );
	$paneTargetUs.animate({ height:document.getElementById('testemunhosContent').offsetHeight+ 100  }, 1500);
	});
		
	$('#qualidadeLink').click(function(){
	$paneTargetUs.stop().scrollTo( { top:0,left:650 * 4} , 500 );
	$paneTargetUs.animate({ height:document.getElementById('qualidadeContent').offsetHeight+ 100  }, 1500);
	});

	$('#estabelecimentosLink').click(function(){
	$paneTargetUs.stop().scrollTo( { top:0,left:650 * 5} , 500 );
	$paneTargetUs.animate({ height:document.getElementById('estabelecimentosContent').offsetHeight+ 100  }, 1500);	
	});
		
	$('#areaClienteLink').click(function(){
	$paneTargetUs.stop().scrollTo( { top:0,left:650 * 6} , 500 );
	$paneTargetUs.animate({ height:document.getElementById('areaContent').offsetHeight+ 100  }, 1500);
	});

	$('#faqLink').click(function(){
	$paneTargetUs.stop().scrollTo( { top:0,left:650 * 7} , 500 );
	$paneTargetUs.animate({ height:document.getElementById('faqContent').offsetHeight+ 100  }, 1500);
	});

	$('#recomendarLink').click(function(){
	$paneTargetUs.stop().scrollTo( { top:0,left:650 * 8} , 500 );
	$paneTargetUs.animate({ height:document.getElementById('recomendarContent').offsetHeight+ 100  }, 1500);
	});
		
	$('#campanhasLink').click(function(){
	$paneTargetUs.stop().scrollTo( { top:0,left:650 * 9} , 500 );
	$paneTargetUs.animate({ height:document.getElementById('campanhasContent').offsetHeight+ 100  }, 1500);
	});

	$('#privacidadeLink').click(function(){
	$paneTargetUs.stop().scrollTo( { top:0,left:650 * 10} , 500 );
	$paneTargetUs.animate({ height:document.getElementById('privacidadeContent').offsetHeight+ 100  }, 1500);
	});

	$('#acessibilidadeLink').click(function(){
	$paneTargetUs.stop().scrollTo( { top:0,left:650 * 11} , 500 );
	$paneTargetUs.animate({ height:document.getElementById('acessibilidadeContent').offsetHeight+ 100  }, 1500);
	});
		
	$('#mapaLink').click(function(){
	$paneTargetUs.stop().scrollTo( { top:0,left:650 * 12} , 500 );
	$paneTargetUs.animate({ height:document.getElementById('mapaContent').offsetHeight+ 100  }, 1500);
	});

	$('#padariaLink').click(function(){
	$paneTargetUs.stop().scrollTo( { top:0,left:650 * 13} , 500 );
	$paneTargetUs.animate({ height:document.getElementById('padariaContent').offsetHeight+ 100  }, 1500);
	});

	$('#pastelariaLink').click(function(){
	$paneTargetUs.stop().scrollTo( { top:0,left:650 * 14} , 500 );
	$paneTargetUs.animate({ height:document.getElementById('pastelariaContent').offsetHeight+ 100  }, 1500);
	});

	$('#pizzariaLink').click(function(){
	$paneTargetUs.stop().scrollTo( { top:0,left:650 * 15} , 500 );
	$paneTargetUs.animate({ height:document.getElementById('pizzariaContent').offsetHeight+ 100  }, 1500);
	});

	$('#restauranteLink').click(function(){
	$paneTargetUs.stop().scrollTo( { top:0,left:650 * 16} , 500 );
	$paneTargetUs.animate({ height:document.getElementById('restauranteContent').offsetHeight+ 100  }, 1500);
	});
	

});
