<!--
function setSectionLocale(indexCC){
	if(indexCC > 0){
		var sectionLocale = mpGetElementById('idSectionLocale');
		sectionLocale.selectedIndex = 0;
		toggleEditable('idSectionLocale', false);
	} else {
		toggleEditable('idSectionLocale', true);
	}
	
}
-->

