var TREE_NODES={
	format:{
		left:190,
		top:158, 
		width:195,
		height:372,
		e_image:"/images/fo_p.gif",		 
		c_image:"/images/fc_p.gif",		 
		i_image:"/images/i_p.gif",
		b_image:'/images/b.gif',
		bgcolor:"#d4d0c8",
		back_bgcolor:"#d4d0c8",
		animation:!window.opera, //turn animation off under opera.
		offset_y:0,
		padding:2,
		dont_resize_back:1
//		img_size:[32,16],
//		no_images:0,
//		back_class:'clsLinkContainer',
//		text_class:'clsLinkContainer',
//		link_class:'clsNodeLink',
//		table_class:'clsFullNode',
//		spacing:0,
//		real_ident:0,
//		one_branch:0,
//		level_ident:16
//		anim_step:20,
//		anim_timer:20,
	},
	sub:[
		{html:'About Us', exp:1,
			sub:[
				{html:'Company', url:'#'},
				{html:'Contacts', exp:1,
					sub:[
						{html:'General', url:'#'},
						{html:'Sales', url:'#'},
						{html:'Support', url:'#'}
					]
				}
			]
		},
		{html:'Products', exp:1,
			sub:[
				{html:'JavaScript', exp:1,
					sub:[
						{html:'jsTree', url:'#'},
						{html:'jsTree PRO', url:'#'},
						{html:'jsMenu', url:'#'},
						{html:'jsCalendar', url:'#'},
						{html:'jsScroller', url:'#'}
					]
				},
				{html:'ASP.NET', exp:1,
					sub:[
						{html:'Smart Links', url:'#'}
					]
				}
				
			]
		},
		{html:'Services', exp:1,
			sub:[
				{html:'Software Development', url:'#'},
				{html:'Web Development', url:'#'}
			]
		}
	]
}
pldImg([TREE_NODES.format.c_image,TREE_NODES.format.e_image,TREE_NODES.format.b_image,TREE_NODES.format.i_image]);

