// JavaScript Document
function changeImage(lnkID,imgName)
{
document['menuImage'+lnkID].src = 'fichiers/'+imgName+'.jpg';
}
