$(document).ready(function(){
 $('#tcell1').hide();
 $('#bioecv').toggle(function(){
	$('#tcell1').fadeIn('slow');},
	function(){
	$('#tcell1').fadeOut('slow');
	})
});

$(document).ready(function(){
 $('#tcell3').hide();
 $('#formazione').toggle(function(){
	$('#tcell3').fadeIn('slow');},
	function(){
	$('#tcell3').fadeOut('slow');
	})
});

$(document).ready(function(){
 $('#tcell4').hide();
 $('#fotografia').toggle(function(){
	$('#tcell4').fadeIn('slow');},
	function(){
	$('#tcell4').fadeOut('slow');
	})
});

$(document).ready(function(){
 $('#tcell6').hide();
 $('#contatti').toggle(function(){
	$('#tcell6').fadeIn('slow');},
	function(){
	$('#tcell6').fadeOut('slow');
	})
});

$(document).ready(function(){
 $('#tcell6').hide();
 $('#amici').toggle(function(){
	$('#tcell6').fadeIn('slow');},
	function(){
	$('#tcell6').fadeOut('slow');
	})
});

$(document).ready(function(){
$("#sortable").sortable();});



$(document).ready(function(){
						    $('#corsi-list').hide();
  $('#corsi').click(function(){
      $('#corsi-list').slideToggle('fast');
    });
      });

$(document).ready(function(){
						    $('#campo-list').hide();
  $('#campo').click(function(){
      $('#campo-list').slideToggle('fast');
    });
      });

$(document).ready(function(){
						    $('#uni-list').hide();
  $('#uni').click(function(){
      $('#uni-list').slideToggle('fast');
    });
      });

$(document).ready(function() {
						   $('a[href^=#]').addClass('.aldo');
						   });
