

/* ***********************************
 * FORMATAGE AFFICHAGE ...
 * *********************************** */

function nospam(email) {
  window.location = 'mailto:' + email.replace (/ \[ta\] /, '@').replace (/ \[tod\] /g, '.');
}


/* ***********************************
 * SOME AJAX BINDING...
 * *********************************** */


function chooseLetter(letter,idLettre)
{
	for (var i=0;i<27;i++)
		{
			document.getElementById(i+'_letter').style.color = "#a2d03f";
		}
	document.getElementById(idLettre+'_letter').style.color = "#000";

	sas_tmstp=Math.round(Math.random()*10000000000);
	texte = fichXML('jsp/selectletter.jsp?data='+letter+'&time='+sas_tmstp);
	document.getElementById('tableauLetter').innerHTML=texte;
}

