
function hilight( object, clazz )
{
	object.className = clazz;
	object.style.cursor = "pointer";
}