function overit(id){
	$("#tr"+id).addClass("gri");
}
function deoverit(id){
	$("#tr"+id).removeClass("gri");
}