var chcolor='#faf986';
var fcolor='#000000';

var bgcolor='#ffffff';
var fbcolor='#827a7a';

function anim_tr1(){
	$(document).ready(function(){
		$(".tr1").animate({ backgroundColor: chcolor, color:  fcolor}, 1000);
	});
}

function c_anim_tr1(){
	$(document).ready(function(){
		$(".tr1").animate({ backgroundColor: bgcolor ,color: fbcolor}, 1000);
	});
}

function anim_tr2(){
	$(document).ready(function(){
		$(".tr2").animate({ backgroundColor: chcolor, color:  fcolor}, 1000);
	});
}

function c_anim_tr2(){
	$(document).ready(function(){
		$(".tr2").animate({ backgroundColor: bgcolor ,color: fbcolor}, 1000);
	});
}

function anim_tr3(){
	$(document).ready(function(){
		$(".tr3").animate({ backgroundColor: chcolor, color:  fcolor}, 1000);
	});
}

function c_anim_tr3(){
	$(document).ready(function(){
		$(".tr3").animate({ backgroundColor: bgcolor ,color: fbcolor}, 1000);
	});
}

function anim_tr4(){
	$(document).ready(function(){
		$(".tr4").animate({ backgroundColor: chcolor, color:  fcolor}, 1000);
	});
}

function c_anim_tr4(){
	$(document).ready(function(){
		$(".tr4").animate({ backgroundColor: bgcolor ,color: fbcolor}, 1000);
	});
}

function anim_tr5(){
	$(document).ready(function(){
		$(".tr5").animate({ backgroundColor: chcolor, color:  fcolor}, 1000);
	});
}

function c_anim_tr5(){
	$(document).ready(function(){
		$(".tr5").animate({ backgroundColor: bgcolor ,color: fbcolor}, 1000);
	});
}

function anim_tr6(){
	$(document).ready(function(){
		$(".tr6").animate({ backgroundColor: chcolor, color:  fcolor}, 1000);
	});
}

function c_anim_tr6(){
	$(document).ready(function(){
		$(".tr6").animate({ backgroundColor: bgcolor ,color: fbcolor}, 1000);
	});
}

function anim_tr7(){
	$(document).ready(function(){
		$(".tr7").animate({ backgroundColor: chcolor, color:  fcolor}, 1000);
	});
}

function c_anim_tr7(){
	$(document).ready(function(){
		$(".tr7").animate({ backgroundColor: bgcolor ,color: fbcolor}, 1000);
	});
}

function anim_tr8(){
	$(document).ready(function(){
		$(".tr8").animate({ backgroundColor: chcolor, color:  fcolor}, 1000);
	});
}

function c_anim_tr8(){
	$(document).ready(function(){
		$(".tr8").animate({ backgroundColor: bgcolor ,color: fbcolor}, 1000);
	});
}


