function andata(a,b) {
				document.getElementById(a).style.backgroundColor='#414141';
				document.getElementById(b).style.color='#CB6500';
			}
			
function ritorno(c,d) {
				document.getElementById(c).style.backgroundColor='#C3C3C3';
				document.getElementById(d).style.color='#000000';
			}
			
function andata2(i) {
				document.getElementById(i).style.color='#fff';
			}
			
function ritorno2(i) {
				document.getElementById(i).style.color='#555';
			}
