function myfunct() {  window.alert('myfunct');}var TreeDef = {	"style":	{		"imgdir":"img/home3.gif", // Image for directories		"imgdiropen":"img/home4.gif", // Image for directories in open state		"itemoffset":{"x":"0","y":"1"}, // Offset for a next tree level		"css":"test1tree",        "fixwidth" : 180,        "fixheight" : 250,        "color" : "#D6D9DD",        "size" : [170, 22],        "bgimg" : "img/textura222.gif"	},       	"styleover": { "bgcolor": "#D6D9DD", "css" : "test1tree"},        "position": { "absolute": false, "pos":[2, 5] },	// Main items array. In this case has one item Item1	"items" : [  				{"text":"Fundamentos Diseño Web&nbsp;", 	// Subtree definition				 "style" : {					      "color" : "#3f3b4a",					      "border": {"color":"#454C66", "width":1},                                              "shadow":{"color":"#909cac", "width":2}                                           },		    	"menu" : 				{				 "style" : {						"color" : "#454C66"                                           },			       	"styleover": { "bgcolor": "#FFFFFF", "css" : "test1tree"},							// Subitems array. 				"items" : [  	{"text":"Introducción Diseño Web", "action": {"url":"NeuroWeb.html"},						 "style":{"imgitem":"img/esferaC1.gif"}						},		     				{"text":"Elementos Visuales de Comunicación", "action": {"url":"NeuroWeb2.html"},						 "style":{"imgitem":"img/esferaC3.gif"}						},		         			{"text":"Propósito del diseño   ", "action": {"url":"NeuroWeb3.html"},						 "style":{"imgitem":"img/esferaC2.gif"}                                                },		         			{"text":"Diseño del contenido: Información visible", "action": {"url":"NeuroWeb7.html"},						 "style":{"imgitem":"img/esferaC4.gif"}                                                 },		         			{"text":"Navegación: un camino a través del sitio web", "action": {"url":"NeuroWeb10.html"},						 "style":{"imgitem":"img/esferaC5.gif"}                                                },		         			{"text":"Desarrollar una Metodología para un Diseño exitoso", "action": {"url":"NeuroWeb15.html"},						 "style":{"imgitem":"img/esferaC6.gif"}                                                },												{"text":"Diseño de la Página Web", "action": {"url":"NeuroWeb17.html"},						 "style":{"imgitem":"img/esferaC7.gif"}                                                },		         			{"text":"Tips creación Páginas Web", "action": {"url":"NeuroWeb27.html"},						 "style":{"imgitem":"img/esferaC8.gif"}												} 				         	  ]				}				}			]};
