function setStyleMarc(x, color){
	document.getElementById(x).style.background = color;
	document.getElementById(x).focus();
}

function setStyleDesMarc(x, color){
	document.getElementById(x).style.background = color;
}

function wriTec(x, y, z){
	var se = '<a href="mailto:'+ x + '@' + y +'">' + x + '@' + y + '</a>';
	document.getElementById(z).innerHTML = se;
}
