﻿function highlithe(obj, str)
{
	obj.className='textRed';
	obj.style.backgroundImage='url(images\\'+str+')';
	
}

function unhighlithe(obj, str)

{
	obj.className='textWhite';
	obj.style.backgroundImage='url(images\\'+str+')';
}




