function affiche_popup(nomImg,larg,haut){
param="width="+ larg + ",height=" + haut;
pop=window.open(nomImg,"",param);

quiter="<html><head><style type='text/css'>body { margin-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px}</style></head><body><img src='"+nomImg+"' onclick='window.close()' alt='Cliquez sur la photo pour fermer la fenêtre'></body>"
pop.document.write(quiter)
}

function charge_frame(img){
var frameElem = parent.document.getElementById("titre_menu");
var doc = frameElem.contentWindow;
doc.img_menu.src=img

}