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":"#FFCC00",
		//"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":"Legni","action": {"url":"../legni_04/legni04.htm"}},
					 {"text":"Scultura","action": {"url":"../scultura/scultura.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":"#FFCC00",
		//"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":"Sculpture","action": {"url":"../scultura/scultura_eng.htm"}},
					 {"text":"Woods","action": {"url":"../legni_04/legni04_eng.htm"}}
					  ]
		}
	}
	]
};

