function myfunct() {
  window.alert('myfunct');
}

var TreeDef = {
	"style":
	{
		"imgdir":"img/homedis.gif", // Image for directories
		"imgdiropen":"img/home.gif", // Image for directories in open state
		"itemoffset":{"x":"5","y":"3"}, // Offset for a next tree level
		"css":"test1tree",
        "fixwidth" : 210,
        "fixheight" : 350,
        "color" : "#00008b",
        "size" : [200, 20],
        "bgimg" : "img/fon.gif"
	},
       	"styleover": { "bgcolor": "#D3E5FA", "css" : "test1tree"},
        "position": { "absolute": false, "pos":[0, 10] },
	// Main items array. In this case has one item Item1
	"items" : [ {"text":"Magyarok Világszövetsége",
	             "style": {"imgitem":"",
                           "form":true
				          }
	            }, 

			   {"text":"A nap kérdése", 	// Subtree definition
				 "style" : {
					      "color" : "black",
					      "border": {"color":"#003882", "width":1},
                          "shadow": {"color":"gray", "width":2}
                           },
			     "action": {
                          "url":"../../egyeni.php",
                          "target":"mainFrame"
                           }
				},

			  {"text":"A szavazásról", 	// Subtree definition
				 "style" : {
					      "color" : "black",
					      "border": {"color":"#003882", "width":1},
                          "shadow": {"color":"gray", "width":2}
                           },
			     "action": {
                          "url":"../../main.php",
                          "target":"mainFrame"
                           }
				},

			   {"text":"Impresszum", 	// Subtree definition
				 "style" : {
					      "color" : "black",
					      "border": {"color":"#003882", "width":1},
                          "shadow": {"color":"gray", "width":2}
                           },
			     "action": {
                          "url":"../../impresszum.php",
                          "target":"mainFrame"
                           }
				},


			   {"text":"Dokumentum", 	// Subtree definition
				 "style" : {
					      "color" : "black",
					      "border": {"color":"#003882", "width":1},
                          "shadow": {"color":"gray", "width":2}
                           },
			     "action": {
                          "url":"../../dokumentum.php",
                          "target":"mainFrame"
                           }
				},

			   {"text":"Önkormányzati eredmények", 	// Subtree definition
				 "style" : {
					      "color" : "black",
					      "border": {"color":"#003882", "width":1},
                          "shadow": {"color":"gray", "width":2}
                           },
			     "action": {
                          "url":"../../osszes.php",
                          "target":"mainFrame"
                           }
				},


			   {"text":"Letöltés", 	// Subtree definition
				 "style" : {
					      "color" : "black",
					      "border": {"color":"#003882", "width":1},
                          "shadow": {"color":"gray", "width":2}
                           },
			     "action": {
                          "url":"../../download.php",
                          "target":"mainFrame"
                           }
				},

			  {"text":"Mvsz.hu", 	// Subtree definition
				 "style" : {
					      "color" : "black",
					      "border": {"color":"#003882", "width":1},
                          "shadow": {"color":"gray", "width":2}
                           },
			     "action": {
                          "url":"../../../index1.html",
                          "target":"_parent"
                           }
				}

			]
};
