//		var indiceprecedente=100, posizione=0, browserName=navigator.appName, browserVer=parseInt(navigator.appVersion), js=false, tabShow=0, varvoce = 0, varcatamm = "", varcodamm = "", varpercorsi = "", varparere = "";
		var indiceprecedente=100, posizione=0, browserName=navigator.appName, browserVer=parseInt(navigator.appVersion), js=false, tabShow=0;
		function opendiv(varindice, sezione){
			var indice = varindice - 1, voce, varimg="toc" + varindice;
	        if ((browserName.substring(0,9) == "Microsoft" ) && (browserVer >= 4)){
				voce=document.all.item("indice", indice);
				if (voce.style.display	== ""){
					voce.style.display	= "none";		
					document [varimg].src = "piu4.gif";
				}
				else{
					voce.style.display = "";		
					document [varimg].src = "meno4.gif";
				}
			}
		}

		function visualizzamenu(varindice){
	        if ((browserName.substring(0,9) == "Microsoft" ) && (browserVer >= 4)){
				var voce=document.all.item("menu", varindice), lunghezza=voce.scrollWidth;
				if (window.event.srcElement.tagName == "FONT"){
					posizione = (window.event.srcElement.offsetLeft + 3);
				}
				if (voce.style.visibility == "visible"){
					voce.style.visibility = "";		
				}
				else{
					if (varindice == (document.all.tags("DIV").length - 1)){
						posizione = (window.screen.width - lunghezza) - 31;
						voce.style.left = posizione;		
					}
					else{
						voce.style.left = posizione;		
					}

					voce.style.width = lunghezza + 11;		
					voce.style.visibility = "visible";		
				}
			}
			else{
				nome = "menu" + varindice;
				posizione = document.layers[nome].visibility = "show";
				if (tabShow == 0){
					document.layers[nome].left = posizione;		
					document.layers[nome].visibility = "show";		
					tabShow = 1;
					return;
				}
				else{
					document.layers[nome].visibility = "hide";		
					tabShow = 0;
					return;
				}
			}
		}
