function send(cmd){
 document.saisie._CMD.value = cmd;
 document.saisie.submit();
}
function openwindow(url,l,h,s,r){ var largeur_ecran=screen.width; var hauteur_ecran=screen.height; var win=window.open(url,"_blank","scrollbars="+parseInt(s)+",resizable="+parseInt(r)+",width="+parseInt(l)+",height="+parseInt(h)+",top="+parseInt(((hauteur_ecran-h)/2)-50)+",left="+parseInt((largeur_ecran-l)/2)+",status=1,toolbar=1"); }