function showT(q){ 
document.getElementById('ima').setAttribute('src','http://www.lamachineexpresso.fr/themes/lme/menu/0'+q+'.jpg') 
}
function showTB(q){ 
document.getElementById('imab').setAttribute('src','http://www.lamachineexpresso.fr/themes/lme/menu/B'+q+'.jpg') 
} 
function showTC(q){ 
document.getElementById('imac').setAttribute('src','http://www.lamachineexpresso.fr/themes/lme/menu/C'+q+'.jpg') 
}
function showTE(q){ 
document.getElementById('imae').setAttribute('src','http://www.lamachineexpresso.fr/themes/lme/menu/E'+q+'.jpg') 
}
function showTD(q){ 
document.getElementById('imad').setAttribute('src','http://www.lamachineexpresso.fr/themes/lme/menu/D'+q+'.jpg') 
}
