
function caricaComboMOL_FinalitaMutuo(theCombo){
	theCombo.length=1+8;

		theCombo.options[1].value = '1';
		theCombo.options[1].text =  'Acquisto Prima Casa';

		theCombo.options[2].value = '2';
		theCombo.options[2].text =  'Acquisto Seconda Casa';

		theCombo.options[3].value = '16';
		theCombo.options[3].text =  'Surroga (Cambia mutuo)';

		theCombo.options[4].value = '6';
		theCombo.options[4].text =  'Sostituzione + Liquidità';

		theCombo.options[5].value = '3';
		theCombo.options[5].text =  'Ristrutturazione';

		theCombo.options[6].value = '4';
		theCombo.options[6].text =  'Completamento Costruzione';

		theCombo.options[7].value = '15';
		theCombo.options[7].text =  'Liquidità';

		theCombo.options[8].value = '14';
		theCombo.options[8].text =  'Consolidamento debiti';

}