<!--

var ElemMTab

			function NascondiMTab(Elem) {
				for (var i = 1; i <= Elem ; i++) {
					 Nascondi('bl'+ i)
				}
				
			}			
			
			function AzzeraMTab (Elem)
				{
					document.getElementById('MP').style.background=BiancoMTab
					document.getElementById('ML').style.background=BiancoMTab	
					document.getElementById('CP').style.borderBottomColor=GrigioMTab
					document.getElementById('CL').style.borderBottomColor=GrigioMTab
					document.getElementById('CP').style.borderBottomWidth="1px"
					document.getElementById('CL').style.borderBottomWidth="1px"
					document.getElementById('SP').src="images/TabDxC.gif"
					document.getElementById('SL').src="images/TabDxCL.gif"
					document.getElementById('TP').style.display="inline"
					document.getElementById('TL').style.display="inline"
					document.getElementById('TOP').style.display="none"
					document.getElementById('TOL').style.display="none"										
					for (var i = 2; i < Elem ; i++) {
						document.getElementById('M' + i).style.background=BiancoMTab
						document.getElementById('C' + i).style.borderBottomColor=GrigioMTab
						document.getElementById('C' + i).style.borderBottomWidth="1px"
						document.getElementById('S' + i).src="images/TabDxC.gif"
						document.getElementById('T' + i).style.display="inline"
						document.getElementById('TO' + i).style.display="none"
					}

				}
		
			function AttivoMTab2 (obj) {
				document.getElementById('M' + obj).style.background=ColAttMTab
				document.getElementById('C' + obj).style.borderBottomWidth="0px"
				document.getElementById('C' + obj).style.borderBottomColor=BiancoMTab
				document.getElementById('T' + obj).style.display="none"
				document.getElementById('TO' + obj).style.display="inline"	
				}	
			
			function AttivoMTab (obj,Elem) {
				ElemMTab = Elem
				AzzeraMTab (Elem)			
				AttivoMTab2(obj)
				if (obj=='P'){
					document.getElementById('S' + obj).src="images/TabDxA.gif"
				}
				if (obj=='L'){
					Elem2 = Elem-1
					document.getElementById('S'+Elem2.toString()).src="images/TabDxCAA.gif"
					document.getElementById('S'+obj).src="images/TabDxAL.gif"
				}
				if (obj!='P' && obj!='L'){
				obj2=obj-1
					if (obj2==1) obj2='P' 
					document.getElementById('S'+obj2.toString()).src="images/TabDxCAA.gif"
					document.getElementById('S'+obj).src="images/TabDxA.gif"
				}				
			}
//-->
