function mr(e){
	e.style.cursor = 'pointer';
	e.style.cursor = 'hand';	
	e.style.background = 'purple';
}

function mt(e){
	e.cursor = 'pointer';
	e.style.background = 'red';
}