function fnCompose(str1,str2,el) {
  el.href = 'mailto:' + str1 + '@' + str2;
}
