// JavaScript Document
function ListeModif(){
var NomPage = document.listeforme.listepage.options[document.listeforme.listepage.selectedIndex].value;
URL = "fichiers/conv/" + NomPage + ".pdf";
//alert (URL)
window.open(URL,'Zoom','scrollbars=yes,width=600,height=500');
//window.location.href = URL;
}