function makeML(aId) {
	ma= document.getElementById(aId);
	adr= String.fromCharCode( 105,110,102,111, 64, 114,105,115,107, 45, 99,111,109,109, 117,110,105,99, 97,116,105,111,110, 46, 100,101);
	anc= document.createElement('a');
	anc.href= String.fromCharCode(109,97,105,108,116,111)+":"+adr;
	anc.appendChild(document.createTextNode(adr)); 
	ma.appendChild(anc);
	ma.style.backgroundImage= "none";
}

