function aprichiudi( targetId ){
  if (document.getElementById){
    target = document.getElementById( "hidden_text_1" );
	 target_2 = document.getElementById( "leggi_tutto" );
	 target_3 = document.getElementById( "chiudi" );
      if (target.style.display == "none"){
        target.style.display = "block";
		target_2.style.display = "none";
		target_3.style.display = "inline";
      } else {
        target.style.display = "none";
		target_2.style.display = "inline";
		target_3.style.display = "none";
      }
   }
 }

function aprichiudi_2( targetId ){
  if (document.getElementById){
    target_4 = document.getElementById( "hidden_text_2" );
	 target_5 = document.getElementById( "leggi_tutto_2" );
	 target_6 = document.getElementById( "chiudi_2" );
      if (target_4.style.display == "none"){
        target_4.style.display = "block";
		target_5.style.display = "none";
		target_6.style.display = "inline";
      } else {
        target_4.style.display = "none";
		target_5.style.display = "inline";
		target_6.style.display = "none";
      }
   }
 }
 function aprichiudi_3( targetId ){
  if (document.getElementById){
    target_4 = document.getElementById( "hidden_text_3" );
	 target_5 = document.getElementById( "leggi_tutto_3" );
	 target_6 = document.getElementById( "chiudi_3" );
      if (target_4.style.display == "none"){
        target_4.style.display = "block";
		target_5.style.display = "none";
		target_6.style.display = "inline";
      } else {
        target_4.style.display = "none";
		target_5.style.display = "inline";
		target_6.style.display = "none";
      }
   }
 }
 function aprichiudi_4( targetId ){
  if (document.getElementById){
    target_4 = document.getElementById( "hidden_text_4" );
	 target_5 = document.getElementById( "leggi_tutto_4" );
	 target_6 = document.getElementById( "chiudi_4" );
      if (target_4.style.display == "none"){
        target_4.style.display = "block";
		target_5.style.display = "none";
		target_6.style.display = "inline";
      } else {
        target_4.style.display = "none";
		target_5.style.display = "inline";
		target_6.style.display = "none";
      }
   }
 }
  function aprichiudi_5( targetId ){
  if (document.getElementById){
    target_4 = document.getElementById( "hidden_text_5" );
	 target_5 = document.getElementById( "leggi_tutto_5" );
	 target_6 = document.getElementById( "chiudi_5" );
      if (target_4.style.display == "none"){
        target_4.style.display = "block";
		target_5.style.display = "none";
		target_6.style.display = "inline";
      } else {
        target_4.style.display = "none";
		target_5.style.display = "inline";
		target_6.style.display = "none";
      }
   }
 }