function wrap_grn (text) {
	return '<span style="color: green;">' + text + '</span>';
}
function wrap_org (text) {
	return '<span style="color: orange;">' + text + '</span>';
}
function wrap_red (text) {
	return '<span style="color: red;">' + text + '</span>';
}
function wrap_blu (text) {
	return '<span style="color: blue;">' + text + '</span>';
}
function wrap_fuc (text) {
	return '<span style="color: fuchsia;">' + text + '</span>';
}
function wrap_nav (text) {
	return '<span style="color: navy;">' + text + '</span>';
}
function wrap_ind (text) {
	return '<span style="color: indigo;">' + text + '</span>';
}
function wrap_pur (text) {
	return '<span style="color: purple;">' + text + '</span>';
}
function wrap_ste (text) {
	return '<span style="color: steelblue;">' + text + '</span>';
}
function wrap_cor (text) {
	return '<span style="color: coral;">' + text + '</span>';
}
function wrap_bvl (text) {
	return '<span style="color: blueviolet;">' + text + '</span>';
}
function wrap_mar (text) {
	return '<span style="color: maroon;">' + text + '</span>';
}
function wrap_tea (text) {
	return '<span style="color: teal;">' + text + '</span>';
}
function wrap_hot (text) {
	return '<span style="color: hotpink;">' + text + '</span>';
}
function wrap_med (text) {
	return '<span style="color: mediumpurple;">' + text + '</span>';
}
function wrap_gry (text) {
	return '<span style="color: gray;">' + text + '</span>';
}
function wrap_blk (text) {
	return '<span style="color: black;">' + text + '</span>';
}
function wrap_dkr (text) {
	return '<span style="color: darkred;">' + text + '</span>';
}
var TREE_ITEMS = [
	[wrap_blu('About Blogger'), 'http://www.blogger.com/tour_start.g',
		[wrap_fuc('Get your own Blog'), 'http://www.blogger.com/start'],
	],
	[wrap_blu('README - My Profile'), 'http://www.blogger.com/profile/4363885',
		[wrap_fuc('Send me e-mail'), 'mailto: timothybarre@charter.net'],
	],
	[wrap_blu('My Blogs'), 'http://www.blogger.com/home',
		[wrap_fuc('- Poetry Corner Unveiled -'), 'http://poetryunveiled.blogspot.com/',
			[wrap_mar('Read About'), 'blg/pcu.htm',],
		],
		[wrap_fuc('Home Computing At Its Very Best'), 'http://homebestpc.blogspot.com/',
			[wrap_mar('Read About'), 'blg/hcb.htm',],
		],
		[wrap_fuc('NASCAR Nextel Cup Racing'), 'http://nascarnextel.blogspot.com/',
			[wrap_mar('Read About'), 'index1.html',],
		],	
		[wrap_fuc('Nascar Race Pool 2006'), 'http://nascarracepool2006.blogspot.com/',
			[wrap_mar('Read About'), 'index1.html',],
		],	
		[wrap_fuc('Top Ten Heaven'), 'http://top10heaven.blogspot.com/',
			[wrap_mar('Read About'), 'index1.html',],
		],
		[wrap_fuc('Holiday Cheers!'), 'http://holidaycheerseason.blogspot.com/',
			[wrap_mar('Read About'), 'index1.html',],
		],
		[wrap_fuc('Everything You Wanted To Know About...'), 'http://alltoknow.blogspot.com/',
			[wrap_mar('Read About'), 'index1.html',],
		],
		[wrap_fuc('Understanding The Republican Party'), 'http://undertherepublic.blogspot.com/',
			[wrap_mar('Read About'), 'index1.html',],
		],
	],
	
];
