function tmse(obj){
if(!document.all)return;
with(obj) {
	filters.blendTrans.apply();
	style.color = "#000000";
	style.backgroundColor = "#6e5b05";
	filters.blendTrans.play();
} }

function tms(obj){
if(!document.all)return;
with(obj) {
	filters.blendTrans.apply();
	style.color = "#000000";
	style.backgroundColor = "#f1c70d";
	filters.blendTrans.play();
} }
