function mmkerdetails(){
var mmkerdetails = '<b>Directrice r&eacute;gionale :</b> Corina Magureanu, <a href="mailto:corinamagureanu@topmatch-france.com">corinamagureanu@topmatch-france.com</a>,<br /><b>T&eacute;l&eacute;phone :</b> 01 45 71 67 62, <b>Portable :</b> 06 99 93 83 44.' 
document.getElementById('mmker').innerHTML=mmkerdetails
}


if (window.addEventListener)
window.addEventListener("load", mmkerdetails, false)
else if (window.attachEvent)
window.attachEvent("onload", mmkerdetails)
else if (document.all)
window.onload=mmkerdetails