var TreeDef = 
	{
		
			"style":{
				"css":"test1tree",
				"color":"#000080",
				"size":[
					200,
					20
				],
				"itemoffset":{
					"x":5,
					"y":0
				},
				"imgdir":"img/homedis.gif",
				"imgdiropen":"img/home.gif",
				"bgimg":"img/fon.gif"
			}
		,"items":[
		{
		
			"style":{
				"color":"#000000",
				"bgcolor":"#E1C772"
			},
			"styleover":{
				"css":"test1tree",
				"bgcolor":"#D3E5FA"
			},
			"action":{
				"url":"index.php"
			},
			"text":"Home"
		
		},
		{
		
			"style":{
				"color":"#000000",
				"bgcolor":"#E1C772"
			},
			"styleover":{
				"css":"test1tree",
				"bgcolor":"#D3E5FA"
			},
			"action":{
				"url":"modules.php?op=2"
			},
			"text":"About Us"
		
		},
		{
		
			"style":{
				"color":"#000000",
				"bgcolor":"#E1C772"
			},
			"styleover":{
				"css":"test1tree",
				"bgcolor":"#D3E5FA"
			},
			"action":{
				"url":"modules.php?op=3"
			},
			"text":"Domain"
		
		},
		{
		
			"style":{
				"color":"#000000",
				"bgcolor":"#E1C772"
			},
			"styleover":{
				"css":"test1tree",
				"bgcolor":"#D3E5FA"
			},
			"action":{
				"url":"modules.php?op=4"
			},
			"text":"Hosting"
		
		},
		{
		
			"style":{
				"color":"#000000",
				"bgcolor":"#E1C772"
			},
			"styleover":{
				"css":"test1tree",
				"bgcolor":"#D3E5FA"
			},
			"action":{
				"url":"modules.php?op=5"
			},
			"text":"Payment"
		
		},
		{
		
			"style":{
				"color":"#000000",
				"bgcolor":"#E1C772"
			},
			"styleover":{
				"css":"test1tree",
				"bgcolor":"#D3E5FA"
			},
			"action":{
				"url":"modules.php?op=6"
			},
			"text":"Web Design"
		
		},
		{
		
			"style":{
				"color":"#000000",
				"bgcolor":"#E1C772"
			},
			"styleover":{
				"css":"test1tree",
				"bgcolor":"#D3E5FA"
			},
			"action":{
				"url":"modules.php?op=7"
			},
			"text":"FAQ"
		
		},
		{
		
			"style":{
				"color":"#000000",
				"bgcolor":"#E1C772"
			},
			"styleover":{
				"css":"test1tree",
				"bgcolor":"#D3E5FA"
			},
			"action":{
				"url":"modules.php?op=8"
			},
			"text":"Contact Us"
		
		}
		]
	}
;