function showThumbs(dossier){
    document.getElementById('dossier').value = dossier;
    document.getElementById('showthumbs').submit();
}

function showPicture(image){
    document.getElementById('photo').value = image;
    document.getElementById('showpictures').submit();
}