function myfunct() {
  window.alert('myfunct');
}

var TreeDef = {
	"style":
	{
		"imgdir":"img/open.gif", // Image for directories
		"imgdiropen":"img/up.gif", // Image for directories in open state
		"itemoffset":{"x":"5","y":"3"}, // Offset for a next tree level
		"css":"test1tree",
        	"fixwidth" : 210,
		"fixheight" : 250,  
        	"color" : "#00008b",
	        "size" : [200, 15],
        	"bgimg" : "img/fon.gif"
	},
       	"styleover": { "bgcolor": "#D3E5FA", "css" : "test1tree"},
        "position": { "absolute": false, "pos":[0, 10] },

	"items" : [        {"text": "Magyarok Világszövetsége",
	                    "style":   {"imgitem":"",
                                        "form":true
			               }
	                   }, 


			   {"text":"Eredmény", 	// Subtree definition
			    "style" :  {
					"color" : "black",
					"border": {"color":"#003882", "width":1},
                          		"shadow": {"color":"gray", "width":1}
                                       },
			     "action": {
		                        "url":"../../eredmeny.htm",
                		        "target":"mainFrame"
                           	       }
			   },

			   {"text":"A népszavazásról", 	// Subtree definition
			    "style" :  {
					"color" : "black",
					"border": {"color":"#003882", "width":1},
                          		"shadow": {"color":"gray", "width":1}
                                       },
			     "action": {
		                        "url":"../../nyito.htm",
                		        "target":"mainFrame"
                           	       }
			   },

			   {"text":"Aláírásgy&#369;jtés", 	// Subtree definition
			    "style" : {
				         "color" : "black",
			  		 "border": {"color":"#003882", "width":1},
                                         "shadow": {"color":"gray", "width":1}
                                      },
			    "action": {
                                         "url":"../../tettett.php",
                                         "target":"mainFrame"
                                      }
			   },


			   {"text":"Személyi azonosító ellen&#337;rzés",  // Subtree definition
				   "style" : {
		           "color" : "black",
        		   "border": {"color":"#003882", "width":1},
                           "shadow": {"color":"gray", "width":1}
                           },
			       "action": {
                          "url":"../../szemszam.php",
                          "target":"mainFrame"
			   } 
                           	},


         		   {"text":"Panasz, kérelem", 	// Subtree definition
				 "style" : {
					      "color" : "black",
					      "border": {"color":"#003882", "width":1},
                          "shadow": {"color":"gray", "width":1}
                           },
			     "action": {
                          "url":"../../email.php",
                          "target":"mainFrame"
                           }
				},


			   {"text":"Szabadság tér film",  // Subtree definition
				   "style" : {
			           "color" : "red",
        			   "border": {"color":"#003882", "width":1},
                	           "shadow": {"color":"gray", "width":1}
                        	   },
			       "action": {
                          		"url":"http://www.youtube.com/watch?v=z5qUXZ6lnw0",
	                                "target":"mainFrame"
					  } 
                           },
			
			   {"text":"Letöltés",  // Subtree definition
			    "menu" : 
				{
				// Subitems array. 
				"items" : [  {"text":"Szovjet horda er&#337;szak.mp3",
					      "action": {
                          			"url":"http://www.mvsz.hu/nepszavazas/download/att00005.mp3",
	                                	"target":"mainFrame"
					 		 }
					     }
					  ]
				}		       
                           },

			  {"text":"Magyar Nemzeti Minimum", 	// Subtree definition
				 "style" : {
					      "color" : "black",
					      "border": {"color":"#003882", "width":1},
                          "shadow": {"color":"gray", "width":1}
                           },
			     "action": {
                          "url":"../../../mnm",
                          "target":"_parent"
			   } 	
                           	},

				

			  {"text":"Mvsz.hu", 	// Subtree definition
				 "style" : {
					      "color" : "black",
					      "border": {"color":"#003882", "width":1},
                          "shadow": {"color":"gray", "width":1}
                           },
			     "action": {
                          "url":"../../../index1.html",
                          "target":"_parent"
                           }
				}
				
			]
};

