$(document).ready(function() 
{ 	
		$('#bujtatott1').hide();
		$('#bujtatott2').hide();
		$('#bujtatott3').hide();
		$('#bujtatott4').hide();
		$('#bujtatott5').hide();
		$('#bujtatott6').hide();
		$('#bujtatott7').hide();
		$('#bujtatott8').hide();
		
		$('#link_bujtatott1').click(function() {
		$('#bujtatott2').hide();
		$('#bujtatott3').hide();
		$('#bujtatott4').hide();
		$('#bujtatott5').hide();
		$('#bujtatott6').hide();
		$('#bujtatott7').hide();
		$('#bujtatott8').hide();
		$("#bujtatott1").toggle(1000);
			return false;
		});

		$('#link_bujtatott2').click(function() {
		$('#bujtatott1').hide();
		$('#bujtatott3').hide();
		$('#bujtatott4').hide();
		$('#bujtatott5').hide();
		$('#bujtatott6').hide();
		$('#bujtatott7').hide();
		$('#bujtatott8').hide();
		$("#bujtatott2").toggle(1000);
			return false;
		});
		
		$('#link_bujtatott3').click(function() {
		$('#bujtatott1').hide();
		$('#bujtatott2').hide();
		$('#bujtatott4').hide();
		$('#bujtatott5').hide();
		$('#bujtatott6').hide();
		$('#bujtatott7').hide();
		$('#bujtatott8').hide();
		$("#bujtatott3").toggle(1000);
			return false;
		});

		$('#link_bujtatott4').click(function() {
		$('#bujtatott1').hide();
		$('#bujtatott2').hide();
		$('#bujtatott3').hide();
		$('#bujtatott5').hide();
		$('#bujtatott6').hide();
		$('#bujtatott7').hide();
		$('#bujtatott8').hide();
		$("#bujtatott4").toggle(1000);
			return false;
		});
		
		$('#link_bujtatott5').click(function() {
		$('#bujtatott1').hide();
		$('#bujtatott2').hide();
		$('#bujtatott3').hide();
		$('#bujtatott4').hide();
		$('#bujtatott6').hide();
		$('#bujtatott7').hide();
		$('#bujtatott8').hide();
		$("#bujtatott5").toggle(1000);
			return false;
		});
		
		$('#link_bujtatott6').click(function() {
		$('#bujtatott1').hide();
		$('#bujtatott2').hide();
		$('#bujtatott3').hide();
		$('#bujtatott4').hide();
		$('#bujtatott5').hide();
		$('#bujtatott7').hide();
		$('#bujtatott8').hide();
		$("#bujtatott6").toggle(1000);
			return false;
		});
		
		$('#link_bujtatott7').click(function() {
		$('#bujtatott1').hide();
		$('#bujtatott2').hide();
		$('#bujtatott3').hide();
		$('#bujtatott4').hide();
		$('#bujtatott5').hide();
		$('#bujtatott6').hide();
		$('#bujtatott8').hide();
		$("#bujtatott7").toggle(1000);
			return false;
		});
		
		$('#link_bujtatott8').click(function() {
		$('#bujtatott1').hide();
		$('#bujtatott2').hide();
		$('#bujtatott3').hide();
		$('#bujtatott4').hide();
		$('#bujtatott5').hide();
		$('#bujtatott6').hide();
		$('#bujtatott7').hide();
		$("#bujtatott8").toggle(1000);
			return false;
		});

});
