CodeThatTree - Mouse Over Example

CodeThatTree - Mouse Over Example

var TreeDef = {
	"type"	 : "tree",
	"style"	 : {
		"singlecol" : true,
		"overexpand" : true,
		"css" : "mail",
		"imgdir" : "img/warrow.gif",
		"imgdiropen" : "img/yarrow.gif",
		"size" : [180, 22],
		"border" : {
			"color" : "white", "width" : 1
		},
		"shadow" : {
			"color" : "gray", "width" : 2
		},
		"color" : "white",
		"bgcolor" : "#2855A4",
		"itemoffset" : {
			"x" : "10", "y" : "2"
		}
	},
	"styleover" : {
		"imgitem" : "img/yarrow.gif",
		"color" : "yellow",
		"size" : [160, 22]
	},
	"items" : [
	{
		"text" : " Interest Rates",
		"action" : {
			"url" : "http://www.codethat.com"
		}
	},
	{
		"text" : "Wealth Management",
		"menu" :
		{
			"items" : [
			{
				"text" : " Mutual Funds",
				"action" : {
					"url" : "http://www.codethat.com.html"
				}
			},
			{
				"text" : " Registered",
				"action" : {
					"url" : "http://www.codethat.com"
				}
			},
			{
				"text" : " Term Deposits",
				"action" : {
					"url" : "http://www.codethat.com"
				}
			},
			{
				"text" : " News&Views!",
				"action" : {
					"url" : "http://www.codethat.com"
				}
			} ]
		}
	},
	{
		"text" : "Agriculture",
		"menu" :
		{
			"items" : [
			{
				"text" : " Home",
				"action" : {
					"url" : "http://www.codethat.com"
				},
				"style" : {
					"size" : [160, 22]
				}
			},
			{
				"text" : " Lending",
				"action" : {
					"url" : "http://www.codethat.com"
				}
			},
			{
				"text" : " Leasing",
				"action" : {
					"url" : "http://www.codethat.com"
				}
			} ]
		}
	},
	{
		"text" : "Commercial",
		"menu" :
		{
			"items" : [
			{
				"text" : " Home",
				"action" : {
					"url" : "http://www.codethat.com"
				}
			},
			{
				"text" : " Lending",
				"action" : {
					"url" : "http://www.codethat.com"
				}
			},
			{
				"text" : " Leasing",
				"action" : {
					"url" : "http://www.codethat.com"
				}
			} ]
		}
	},
	{
		"text" : "Personal",
		"menu" : {
			"items"	 : [
			{
				"text" : " Home",
				"action" : {
					"url" : "http://www.codethat.com"
				}
			},
			{
				"text" : " Lending",
				"action" : {
					"url" : "http://www.codethat.com"
				}
			},
			{
				"text" : " Leasing",
				"action" : {
					"url" : "http://www.codethat.com"
				}
			} ]
		}
	},
	{
		"text" : "Organization",
		"menu" : {
			"items"	 : [
			{
				"text" : " Home",
				"action" : {
					"url" : "http://www.codethat.com"
				}
			},
			{
				"text" : " Lending",
				"action" : {
					"url" : "http://www.codethat.com"
				}
			},
			{
				"text" : " Leasing",
				"action" : {
					"url" : "http://www.codethat.com"
				}
			} ]
		}
	} ]
};