function encender(id){	document.getElementById(id).className="over";}function apagar(id){	document.getElementById(id).className="up";}