var CataloghiUtils = {
	showSub: function(subElementId){
		$$('#otcataloghiOrdina .sub').each(function(subElement){
			subElement.hide();
		});
		$(subElementId).show();
	}
};
