var TREE_NODES={
	format:{
		left:0,
		top:90, 
		width:155,
		height:170,
		e_image:"images/fo_p.gif",		 
		c_image:"images/fc_p.gif",		 
		i_image:"images/i_p.gif",
		b_image:'images/b.gif',
		bgcolor:"#CCCCCC",
		back_bgcolor:"#CCCCCC",
		animation:0,
		padding:2,
		level_ident:16,
		dont_resize_back:1
	},

	sub:[

		{html:'UK Specific Practice/Law',
			sub:[
				{html:'Law', url:'./uk.html', target:'mainFrame'},
				{html:'Incident Handling Practice', url:'./uk_pract.html', target:'mainFrame'}
			]
		},
		
		{html:'About UKCERT',
			sub:[
				{html:'Purpose of UKCERT ', url:'./about/purpose.html', target:'mainFrame'},
				{html:'What a CERT does', url:'./about/cert.html', target:'mainFrame'},
				{html:'Contacts', url:'./about/contact.html', target:'mainFrame'}				
			]
		},
		{html:'The Repository',
			sub:[
				
				{html:'Exploit code Misc', url:'./repository/exploits.php', target:'mainFrame'},
				{html:'Auditing tools',url:'./repository/auditing_tools.php', target:'mainFrame'},
				{html:'Library', url:'./repository/library.php', target:'mainFrame'}
				//{html:'Archive of Front pages', url:'./repository/archive/archive.html', target:'mainFrame'}
			]
		},
		{html:'References',
			sub:[
				{html:'Books', url:'./references/books.html', target:'mainFrame'},
				{html:'Journals-Magazines', url:'./references/journal_mags.html',target:'mainFrame'},
				{html:'Websites', url:'./references/website.html',target:'mainFrame'}
			]
		},
		{html:'Organisations',
			sub:[
				{html:'Companies', url:'./organisations/companies.html',target:'mainFrame' },
				{html:'Universities', url:'./organisations/universities.html',target:'mainFrame'} ,
				{html:'Independent bodies', url:'./organisations/ind_bods.html',target:'mainFrame'} 	
			]
		},
		{html:'GNU Free Doc License', 
			sub:[
				{html:'GNU FDL', url:'./license/gnufdl.html', target:'mainFrame'}
			]
		},
		{html:'Subscribe to UKCERT', 
			sub:[
				{html:'Subscribe to UKCERT', url:'./subscribe/subs.html', target:'mainFrame'}
			]
		}
	]
}

