function abrir_finestra_mail(theURL) { //v2.0
  eval("window.open('"+theURL+"','_blank','width=380,height=390,resizable=yes')");
}
