function mtdOn(td){
		if(document.getElementById||(document.all && !(document.getElementById))){
		td.style.backgroundColor="#B07405";
		}
		}

		function mtdOut(td){
		if(document.getElementById||(document.all && !(document.getElementById))){
		td.style.backgroundColor="#FFDB8A";
		}
		}
		
		function buttonsOn(td){
		if(document.getElementById||(document.all && !(document.getElementById))){
		td.style.backgroundColor="";
		}
		}

		function buttonsOut(td){
		if(document.getElementById||(document.all && !(document.getElementById))){
		td.style.backgroundColor="";
		}
		}

