		/***********************************************
		*Highlight form element- © Dynamic Drive (www.dynamicdrive.com)
		*For full source code, 100's more DHTML scripts, and TOS,
		*visit http://www.dynamicdrive.com
		***********************************************/

		var highlightcolor="lightyellow";

		var ns6=document.getElementById&&!document.all;
		var previous='';
		var eventobj;

		//Regular expression to highlight only form elements
		var intended=/INPUT|TEXTAREA|SELECT|OPTION/;

		//Function to check whether element clicked is form element
		function checkel(which)
			{
			if (which.style&&intended.test(which.tagName))
				{
				if (ns6&&eventobj.nodeType==3)
					eventobj=eventobj.parentNode.parentNode;
				return true;
				}
			else
				return false;
			}

		//Function to highlight form element
		function highlight(e)
			{
			eventobj=ns6? e.target : event.srcElement;
			if (previous!='')
				{
				if (checkel(previous))
					previous.style.backgroundColor='';
				previous=eventobj;
				if (checkel(eventobj))
					eventobj.style.backgroundColor=highlightcolor;
				}
			else
				{
				if (checkel(eventobj))
					eventobj.style.backgroundColor=highlightcolor;
				previous=eventobj;
				}
			}
	
		/***********************************************
     		* Script tratto dal libro "JavaScript and DHTML Cookbook" - Capitolo 8-13
    		* Pubblicato da O'Reilly and Associates
    		* Copyright 2003 Danny Goodman
    		* Un pochino modificato da Michela Mazzoli (http://www.michelamazzoli.net)
		* Riprodurre questa nota per qualunque riutilizzo del codice.
		***********************************************/
		
		var professionidb = new Object();
		professionidb["Abruzzo"] = [
			{value:"101", text:"Chieti"},
			{value:"102", text:"L'Aquila"},
			{value:"103", text:"Pescara"},
			{value:"104", text:"Teramo"}];
		professionidb["Basilicata"] = [		
			{value:"105", text:"Matera"},
			{value:"106", text:"Potenza"}];
		professionidb["Calabria"] = [		
			{value:"107", text:"Catanzaro"},
			{value:"108", text:"Cosenza"},
			{value:"109", text:"Crotone"},
			{value:"110", text:"Reggio Calabria"},
			{value:"111", text:"Vibo Valentia"}];
		professionidb["Campania"] = [				
			{value:"112", text:"Avellino"},
			{value:"113", text:"Benevento"},
			{value:"114", text:"Caserta"},
			{value:"115", text:"Napoli"},
			{value:"116", text:"Salerno"}];
		professionidb["Emilia-Romagna"] = [				
			{value:"117", text:"Bologna"},
			{value:"118", text:"Ferrara"},
			{value:"119", text:"Forlì-Cesena"},
			{value:"120", text:"Modena"},
			{value:"121", text:"Parma"},
			{value:"122", text:"Piacenza"},
			{value:"123", text:"Ravenna"},
			{value:"124", text:"Reggio Emilia"},
			{value:"125", text:"Rimini"}];
		professionidb["Friuli"] = [				
			{value:"126", text:"Gorizia"},
			{value:"127", text:"Pordenone"},
			{value:"128", text:"Trieste"},
			{value:"129", text:"Udine"}];
		professionidb["Lazio"] = [		
			{value:"130", text:"Frosinone"},
			{value:"131", text:"Lazio"},
			{value:"132", text:"Rieti"},
			{value:"133", text:"Roma"},
			{value:"134", text:"Viterbo"}];
		professionidb["Liguria"] = [		
			{value:"135", text:"Genova"},
			{value:"136", text:"Imperia"},
			{value:"137", text:"La Spezia"},
			{value:"138", text:"Savona"}];
		professionidb["Lombardia"] = [		
			{value:"139", text:"Bergamo"},
			{value:"140", text:"Brescia"},
			{value:"141", text:"Como"},
			{value:"142", text:"Cremona"},
			{value:"143", text:"Lecco"},
			{value:"144", text:"Lodi"},
			{value:"145", text:"Mantova"},
			{value:"146", text:"Milano"},
			{value:"147", text:"Monza e della Brianza"},
			{value:"148", text:"Pavia"},
			{value:"149", text:"Sondrio"},
			{value:"150", text:"Varese"}];
		professionidb["Marche"] = [		
			{value:"151", text:"Ancona"},
			{value:"152", text:"Ascoli Piceno"},
			{value:"153", text:"Fermo"},
			{value:"154", text:"Macerata"},
			{value:"155", text:"Pesaro e Urbino"}];
	professionidb["Molise"] = [		
			{value:"156", text:"Campobasso"},
			{value:"157", text:"Isernia"}];
	professionidb["Piemonte"] = [		
			{value:"158", text:"Alessandria"},
			{value:"159", text:"Asti"},
			{value:"160", text:"Biella"},
			{value:"161", text:"Cuneo"},
			{value:"162", text:"Novara"},
			{value:"163", text:"Torino"},
			{value:"164", text:"Verbano-Cusio-Ossola"},
			{value:"165", text:"Vercelli"}];
	professionidb["Puglia"] = [		
			{value:"166", text:"Bari"},
			{value:"167", text:"Barletta-Andria-Trani"},
			{value:"168", text:"Brindisi"},
			{value:"169", text:"Foggia"},
			{value:"170", text:"Lecce"},
			{value:"171", text:"Taranto"}];
	professionidb["Sardegna"] = [		
			{value:"172", text:"Cagliari"},
			{value:"173", text:"Carbonia-Iglesias"},
			{value:"174", text:"Nuoro"},
			{value:"175", text:"Olbia-Tempio"},
			{value:"176", text:"Oristano"},
			{value:"177", text:"Medio Campidano"},
			{value:"178", text:"Sassari"},
			{value:"179", text:"Ogliastra"}];			
	professionidb["Sicilia"] = [		
			{value:"180", text:"Agrigento"},
			{value:"181", text:"Caltanissetta"},
			{value:"182", text:"Catania"},
			{value:"183", text:"Enna"},
			{value:"184", text:"Messina"},
			{value:"185", text:"Palermo"},
			{value:"186", text:"Ragusa"},
			{value:"187", text:"Siracusa"},			
			{value:"188", text:"Trapani"}];			
	professionidb["Toscana"] = [		
			{value:"189", text:"Arezzo"},
			{value:"190", text:"Firenze"},
			{value:"191", text:"Grosseto"},
			{value:"192", text:"Livorno"},
			{value:"193", text:"Lucca"},
			{value:"194", text:"Massa-Carrara"},
			{value:"195", text:"Pisa"},
			{value:"196", text:"Pistoia"},			
			{value:"197", text:"Prato"},		
			{value:"198", text:"Siena"}];			
	professionidb["Trentino-Alto Adige"] = [		
			{value:"199", text:"Bolzano"},
			{value:"200", text:"Trento"}];	
	professionidb["Umbria"] = [		
			{value:"201", text:"Perugia"},
			{value:"202", text:"Terni"}];	
	professionidb["Valle d'Aosta"] = [		
			{value:"203", text:"Aosta"}];	
	professionidb["Veneto"] = [		
			{value:"204", text:"Belluno"},
			{value:"205", text:"Padova"},
			{value:"206", text:"Rovigo"},
			{value:"207", text:"Treviso"},
			{value:"208", text:"Venezia"},
			{value:"209", text:"Verona"},
			{value:"210", text:"Vicenza"}];		

		function setDiscipline(chooser)
			{
    			var newElem;
   			var where = (navigator.appName == "Microsoft Internet Explorer") ? -1 : null;
    			var disciplinaChooser = chooser.form.elements["Disciplina"];
    			while (disciplinaChooser.options.length)
    				{
        			disciplinaChooser.remove(0);
    				}
    			var choice = chooser.options[chooser.selectedIndex].value;
    			var db = professionidb[choice];
    			newElem = document.createElement("option");
    			newElem.text = "";
    			newElem.value = "";
    			disciplinaChooser.add(newElem, where);
    			if (choice != "")
    				{
    					newElem = document.createElement("option");
           				newElem.text = db[0].text;
            				newElem.value = db[0].value;
            				newElem.selected = "selected";
            				disciplinaChooser.add(newElem, where);
        			for (var i = 1; i < db.length; i++)
        				{
           				newElem = document.createElement("option");
           				newElem.text = db[i].text;
            				newElem.value = db[i].value;
            				disciplinaChooser.add(newElem, where);
        				}
    				}
			}

