
function WriteMailToI(empseudo,emname,emdomain,emext) {
    var hauteur = 180;
    var largeur = 300;
    var top=500;
    var left=500;    if (empseudo == "") {
      empseudo = emname + "@" + emdomain + "." + emext;
    }
    fenetremail = window.open("","","top="+top+", left="+left+", width="+largeur+", height="+hauteur+", directories=no, menubar=no, status=no, resizable=no, location=no");
    fenetreNote = fenetremail;
    if (fenetreNote != null) {
      docmail = fenetremail.document;
      textemail = '<html><head><title>adresse courriel<\/title><meta http-equiv="Content-Type" content="text\/html; charset="iso-8859-1" ><\/head><body onblur="javascript:setTimeout(\'window.close();\',1000);" style="margin-top: 1px; margin-left: 1px;font-family: arial; color: #666666;background-color:white; background-image:url();background-repeat:no-repeat; overflow: auto;"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"1\"><tr><td width=\16%\" valign=\"absmiddle\"><img src=\"Img/Logo-aca-web_105.gif\"><\/td><td width=\"84%\" valign=\"baseline\"><p>&nbsp;<\/p><font size=\"2\" color=\"#999999\"><b>' + empseudo + '<\/b><\/font><p align=\"left\"><font size=\"2\">IA IPR, Sciences économiques et sociales, <br>Académie de Nancy-Metz</font><\/p><font size=\"1\"><a ' + ' h' + 're' + 'f="' + 'ma' + 'il' + 'to' + ':' + emname + '@' + emdomain + '.' + emext + '">' + emname + '@' + emdomain + '.' + emext + '<\/font><\/a><\/td><\/tr><\/table><\/body><\/html>';
      docmail.write(textemail);
      docmail.close();
    }
  }
function WriteMailTo(empseudo,emname,emdomain,emext) {
    var hauteur = 180;
    var largeur = 300;
    var top=500;
    var left=400;    if (empseudo == "") {
      empseudo = emname + "@" + emdomain + "." + emext;
    }
    fenetremail = window.open("","","top="+top+", left="+left+", width="+largeur+", height="+hauteur+", directories=no, menubar=no, status=no, resizable=no, location=no");
    fenetreNote = fenetremail;
    if (fenetreNote != null) {
      docmail = fenetremail.document;
      textemail = '<html><head><title>adresse courriel<\/title><meta http-equiv="Content-Type" content="text\/html; charset="iso-8859-1" ><\/head><body onblur="javascript:setTimeout(\'window.close();\',1000);" style="margin-top: 1px; margin-left: 1px;font-family: arial; color: #666666;background-color:#FFFFFF; overflow: auto;"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"1\"><tr><td width=\"16%\" valign=\"top\"><img src=\"Img/Logo-aca-web_105sd.gif\"><\/td><td width=\"84%\" valign=\"baseline\"><p>&nbsp;<\/p><p>&nbsp;<font size=\"2\" color=\"#999999\"><b>' + empseudo + '<\/b><\/font><p><\/p><p align=\"left\"><font size=\"2\">Académie de Nancy-Metz</font><\/p><br><font size=\"1\"><a ' + ' h' + 're' + 'f="' + 'ma' + 'il' + 'to' + ':' + emname + '@' + emdomain + '.' + emext + '">' + emname + '@' + emdomain + '.' + emext + '<\/font><\/a><p>&nbsp;<\/p><\/td><\/tr><\/table><\/body><\/html>';
      docmail.write(textemail);
      docmail.close();
    }
  }// JavaScript Document
