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":"#FF0000",
		//"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":"Leggi ...", 
		 "menu" : {// Subitems array. 
				"items" : [ 
				    {"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":"Read ...", 
		 "menu" : {// Subitems array. 
				"items" : [ 
				    {"text":"Technical Data",
					 "action": {"url":"./testi/scheda_eng.htm"} 
                    }
                  ]
			 }
	    }
	]
};

