function over(mytr){
	mytr.style.backgroundColor='#5fa4c5';
}
function out(mytr){
	mytr.style.backgroundColor='';
}