	function showAttributesInfo( idBloc ) {

		document.getElementById( 'attributesBox' + idBloc ).style.display = 'block';
	}

	function hideAttributesInfo( idBloc ) {
		
		document.getElementById( 'attributesBox' + idBloc ).style.display = '';
	}