function tr_on(_tr){

	_tr.style.backgroundColor  = "#0FF";

}

function tr_off(_tr){

	_tr.style.backgroundColor  = "white";

}

function tr_click(_tr, _url){

	//_tr.style.backgroundColor  = "#ACC3D2";

	document.location = _url;

}	