$(document).ready(function() {   


	$('#tabvanilla > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	
	$('#comment_please').click(function() 
  { 
  
    $('#notes').hide();
    $('#com').show();
    $('#archives').hide();
    $('#liens').hide();
    $('#mail').hide();  
    $( 'html, body' ).animate( { scrollTop: 0 }, 0 );       
    return false;
}); 

    

   




	

    
});

