//fonction d'ouverture des popup
        function popup (page,nom,h,w) {window.open(page,nom,"height="+h+",width="+w+",toolbar=0,menubar=0,scrollbars=1,resizable=0,status=0,location=0)");}
