function email_decode(text1, text2, text3) {

document.write('<a href="' + 'mailto:' + text1 + '@' + text2 + '.' + text3 + '" style="color:#003399">' + text1 + '@' + text2 + '.' + text3 + '</a>');
   }
