codice:
combo2.setChangeHandler("resetta");
resetta = function(){
	if(combo2.getValue() == "minnie")combo1.setSelectedIndex(0);
};