function myfunct() {
  window.alert('myfunct');
}

var Ita_TreeDefTxt = {
	"style":{
	    "css" :"xp",
		"imgitem":"./img/new.gif", // Image for leafs
		"imgdir":"./img/atg.gif", // Image for directories
		"imgdiropen":"./img/ato.gif", // Image for directories in open state
		"itemoffset":{"x":"10","y":"0"}, // Offset for a next tree level
		"color":"#00CC99",
		//"fixheight":100,
        "fixwidth":200
	},
        "position": { "absolute": true, "pos":[10, 10] },
      	"styleover": { "css" : "test2tree"},
		
        
	// Main items array. In this case has one item Item1
	"items" : [
	    {"text":"Testo di PierLuigi Senna ...", 
		 "menu" : {// Subitems array. 
				"items" : [ 
					{"text":"Leggi Testo",
					 "action": {"url":"./testi/affreschi_critica.htm"}
                    },
					{"text":"Leggi .pdf",
					 "action": {"url":"./testi/affreschi.pdf"} 
                    },
				    {"text":"Scheda Tecnica",
					 "action": {"url":"./testi/scheda.htm"} 
                    }
                  ]
			 }
	    }
	]
};

var Eng_TreeDefTxt = {
	"style":{
	    "css" :"xp",
		"imgitem":"./img/new.gif", // Image for leafs
		"imgdir":"./img/atg.gif", // Image for directories
		"imgdiropen":"./img/ato.gif", // Image for directories in open state
		"itemoffset":{"x":"10","y":"0"}, // Offset for a next tree level
		"color":"#00CC99",
		//"fixheight":100,
        "fixwidth":200
	},
        "position": { "absolute": true, "pos":[10, 10] },
      	"styleover": { "css" : "test2tree"},
		
        
	// Main items array. In this case has one item Item1
	"items" : [
	    {"text":"Text written by PierLuigi Senna ...", 
		 "menu" : {// Subitems array. 
				"items" : [ 
					{"text":"Read Text",
					 "action": {"url":"./testi/affreschi_critica.htm"}
                    },
					{"text":"Read .pdf",
					 "action": {"url":"./testi/affreschi.pdf"} 
                    },
				    {"text":"Technical Data",
					 "action": {"url":"./testi/scheda.htm"} 
                    }
                  ]
			 }
	    }
	]
};

