
$(document).ready(function(){
	$('#informations_block_left ul li ul').show();
});

