function changePhoto(ph,cat){
   ph2=ph.replace("_"+cat, cat);
   document.images['visu'].src = ph2;
}