


function highlight(obj) {
	obj.className = 'active';
}

function normallight(obj) {
	obj.className = '';
}