var TREE_NODES={
	format:{
		left:195,
		top:158, 
//		left:0,
//		top:0, 
		width:195,
		height:400,
//		width:200,
//		height:362,
		e_image:"images/fo.gif",		 
		c_image:"images/fc.gif",		 
		i_image:"images/i.gif",
		b_image:'/images/b.gif',
		img_size:[16,16],
		bgcolor:"#d4d0c8",
//		back_bgcolor:"#d4d0c8",
		animation:!window.opera,
		offset_y:-1,
		dont_resize_back:1,
//		relative: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:14,
		anim_timer:10,
		padding:2
	},
	sub:[
		{html:'Different colors',level_format:{bgcolor:'yellow'}, format:{bgcolor:'blue',link_class:'clsTopLink'}, exp:1,
        sub:[
				{html:'Size &amp; Identation',  level_format:{bgcolor:'green'}, format:{link_class:'clsBoldLinks'},  exp:1,
					sub:[
						{html:'Long', url:'#',format:{real_ident:20,ident:0, width:150}},
						{html:'Short', url:'#', format:{real_ident:35,ident:0, width:120}},
						{html:'Long again', url:'#',format:{real_ident:20,ident:0, width:150}}
					]
				}
			]
		},
		{html:'Features', format:{bgcolor:'lightgreen'}, level_format:{bgcolor:'pink'},  exp:1,
			sub:[
				{html:'Cool Animation', level_format:{bgcolor:'red'}, format:{link_class:0},  exp:1,
					sub:[
						{html:'Node 1', url:'#', format:{width:180}},
						{html:'Node 2', url:'#', format:{width:165}},
						{html:'Node 3', url:'#', format:{width:150}},
						{html:'Node 4', url:'#', format:{width:165}},
						{html:'Node 5', url:'#', format:{width:180}}
					]
				},
				{html:'Other font &amp; indents', level_format:{bgcolor:'silver',link_class:'clsBoldFixedLinks'},  exp:1,
					sub:[
						{html:'Different', url:'#', format:{ident:48}},
						{html:'indentation', url:'#', format:{ident:32}},
						{html:'on one level', url:'#', format:{ident:16}}
					]
				}
				
			]
		},
		{html:'Images &amp; HTML', format:{bgcolor:'navy',link_class:'clsTopLink'},  exp:1,
			sub:[
				{html:'<img src="images/google.gif" width="70" height="22" border="0">', url:'#', format:{no_images:1,bgcolor:'white'}},
				{html:'<img src="images/lycos.gif" width="70" height="22" border="0">', url:'#',format:{no_images:1}},
				{html:'<table><form><tr><td><input type="checkbox"></td><td>Checkbox</td></tr></form></table>', url:'#',format:{no_images:1}}
			]
		}
	]
};
