function MontrerDetail(detail) {  
   parent.window.detail.location=detail+"/texte.html";
}
function CacherPhoto(page) {  
   parent.window.detail.location=page;
}function CacherPhoto() {  
   parent.window.detail.location="texte.html";
}
function MontrerPhoto(photo) {  
   parent.window.detail.location=photo;
}

