
function smHilite (o) {
	o.style.background = '#D4D4D4';
}

function smHiliteOff (o) {
	o.style.background = 'none';
}
