function changeTrattamento(camliv,hotel) {
	var options = {  method     : 'get'}
	arr = camliv.split("#");
	new Ajax.Updater('target_trattamento', 'change_trattamento.asp?hotel_cod='+hotel+'&camera='+arr[0]+'&livello='+arr[1],options);
}

