function highlight(){
		
		
			window.event.srcElement.style.color = "#006DCF";
			}
		
			

function lowlight(){

window.event.srcElement.style.color = "black";
}