function myfunct() {
  window.alert('myfunct');
}

var Ita_TreeDef = {
	"style":
	{
		"imgitem":"img/new.gif", // Image for leafs
		"imgdir":"img/open.gif", // Image for directories
		"imgdiropen":"img/up.gif", // Image for directories in open state
		"itemoffset":{"x":"10","y":"0"}, // Offset for a next tree level
		"css": "test2tree",
		"color":"#99CCFF",
		//"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":"Vai a ...", 
		// Subtree definition
		"menu" : 
		{
			// Subitems array. 
			"items" : [
					 {"text":"Home","action": {"url":"http://www.antonioteruzzi.it"}}, 
					 {"text":"Opere","action": {"url":"../../../home_ita.htm"}},
			         {"text":"Dipinti","action": {"url":"../dipinti/dipinti.htm"}},
				     {"text":"Appunti su Carta","action": {"url":"../appunti_su_carta/carta.htm"} },
					 {"text":"Legni","action": {"url":"../legni_04/legni04.htm"} }
					  ]
		}
	}
	]
};

var Eng_TreeDef = {
	"style":
	{
		"imgitem":"img/new.gif", // Image for leafs
		"imgdir":"img/open.gif", // Image for directories
		"imgdiropen":"img/up.gif", // Image for directories in open state
		"itemoffset":{"x":"10","y":"0"}, // Offset for a next tree level
		"css": "test2tree",
		"color":"#99ccff",
		//"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":"Go to ...", 
		// Subtree definition
		"menu" : 
		{
			// Subitems array. 
			"items" : [
					 {"text":"Home","action": {"url":"http://www.antonioteruzzi.it"}},  
			         {"text":"Paintings","action": {"url":"../dipinti/dipinti_eng.htm"}},
				     {"text":"Notes on Paper","action": {"url":"../appunti_su_carta/carta_eng.htm"} },
					 {"text":"Woods","action": {"url":"../legni_04/legni04_eng.htm"} }
					  ]
		}
	}
	]
};

