var startImage ="images/t-community-one-sun-off.gif";
var endImage="images/t-community-one-sun-on.gif";

function doTranson() {

	tdObj.filters[0].apply();
	tdObj.style.backgroundColor = "#DBFBFD"; 
	oImg.src = endImage;
	tdObj.filters[0].play();
	
}
function doTransoff() {
	tdObj.filters[0].apply();
	tdObj.style.backgroundColor = "#D1E0FC" 
	oImg.src = startImage; 
	tdObj.filters[0].play();
	
}

function doTransonONE() {
	tdObjONE.filters[0].apply();
	tdObjONE.style.backgroundColor = "#FFE432"; 
	tdObjONE.filters[0].play();
	
}
function doTransoffONE() {
	tdObjONE.filters[0].apply();
	tdObjONE.style.backgroundColor = "#DCB76E"
	tdObjONE.filters[0].play();
	
}

function doTransonTWO() {
	tdObjTWO.filters[0].apply();
	tdObjTWO.style.backgroundColor = "#FAFD1E";
	tdObjTWO.filters[0].play();
	
}
function doTransoffTWO() {
	tdObjTWO.filters[0].apply();
	tdObjTWO.style.backgroundColor = "#CBCD97" 
	tdObjTWO.filters[0].play();
	
}

function doTransonTHREE() {
	tdObjTHREE.filters[0].apply();
	tdObjTHREE.style.backgroundColor = "#D5FB03";
	tdObjTHREE.filters[0].play();
	
}
function doTransoffTHREE() {
	tdObjTHREE.filters[0].apply();
	tdObjTHREE.style.backgroundColor = "#B2D174" 
	tdObjTHREE.filters[0].play();
	
}