
function restoreObject( obj )
{
	obj.className = 'object_normal';
}

function highlightObject( obj )
{
	obj.className = 'object_highlight';	
}