// JavaScript Document
function Tover(Obj){
	Obj.style.backgroundColor='#EAF3FC';
}
function Tout(Obj){
	Obj.style.backgroundColor='';
}