function fiche(c){var b;var a=750+(screen.width-800)/2;if(a>1024){a=1024}var d=520+(screen.height-600)/2;if(d>768){d=768}b="resizable=yes,location=no, width="+a+", height="+d+", menubar=no, status=no, scrollbars=yes";window.open("fiche.php?num_ligne="+c,"fiche",b)}; 
