<!--//

var bg = 'transparent';

function hl (obj) {
	bg = obj.style.backgroundColor;
//	obj.style.backgroundColor = '#666666';
	obj.style.backgroundColor = '#C15853';
	}
function rst (obj) {
	obj.style.backgroundColor = bg;
	}

//-->
