function ontd(obj) {
	obj.style.backgroundColor='#6F6F6F';
}

function outtd(obj) {
	obj.style.backgroundColor='#FFFFFF';
}
