﻿function scambio(id){
	 if (document.getElementById){
      			document.getElementById(id).style.display = 'none';
  	}
}