function setInteressato() {
	var selectProdotti = document.getElementById('select_interessato');
	var productLabel = selectProdotti.options[selectProdotti.selectedIndex].text;
	$('productDescription').value = productLabel;
}