CTG_DESC.sort();
for (i=0;i<TOT_CTG;i++) {
	document.write('<option value="'+CTG_DESC[i]+'">'+CTG_DESC[i]+'</option>');
}
