$(document).ready(function() {
						   

 
$('#link1').click(function() {
						   
$('#t2').hide('slow');
$('#t3').hide('slow');
$('#t4').hide('slow');
$('#t5').hide('slow');
$('#t6').hide('slow');
$('#t7').hide('slow');
$('#t1').slideToggle('slow');

return false;
});

$('#link2').click(function() {					   
$('#t1').hide('slow');
$('#t3').hide('slow');
$('#t4').hide('slow');
$('#t5').hide('slow');
$('#t6').hide('slow');
$('#t7').hide('slow');
$('#t2').slideToggle('slow');

return false;
});


$('#link3').click(function() {			   
$('#t1').hide('slow');
$('#t2').hide('slow');
$('#t4').hide('slow');
$('#t5').hide('slow');
$('#t6').hide('slow');
$('#t7').hide('slow');
$('#t3').slideToggle('slow');

return false;
});


$('#link4').click(function() {	   
$('#t1').hide('slow');
$('#t2').hide('slow');
$('#t3').hide('slow');
$('#t5').hide('slow');
$('#t6').hide('slow');
$('#t7').hide('slow');
$('#t4').slideToggle('slow');

return false;
});


$('#link5').click(function() {
$('#t1').hide('slow');
$('#t2').hide('slow');
$('#t3').hide('slow');
$('#t4').hide('slow');
$('#t6').hide('slow');
$('#t7').hide('slow');
$('#t5').slideToggle('slow');

return false;
});


$('#link6').click(function() {
$('#t1').hide('slow');
$('#t2').hide('slow');
$('#t3').hide('slow');
$('#t4').hide('slow');
$('#t5').hide('slow');
$('#t7').hide('slow');
$('#t6').slideToggle('slow');

return false;
});


$('#link7').click(function() {
$('#t1').hide('slow');
$('#t2').hide('slow');
$('#t3').hide('slow');
$('#t4').hide('slow');
$('#t5').hide('slow');
$('#t6').hide('slow');
$('#t7').slideToggle('slow');

return false;
});



});
