function change(name){
	name.style.backgroundColor = '#33AF04';
	}

function changeback(name) {
	name.style.backgroundColor = 'transparent';
	}
	
function changetop(name){
	name.style.backgroundColor = '#4FA4A9';
	}

function changetopback(name) {
	name.style.backgroundColor = 'transparent';
	}
