function imprimer(page) {
   window.open(page,"imprime", "width=500, height=500, menubar=1, directories=0, toolbar=1, location=0, status=0, scrollbars=1, resizable=1, copyhistory=0, fullscreen=0");
}  

