function decode_mail(mail,p1,p2,p3,v1,h1){ mail.href = "mailto:" + v1 + p2 + "\@" + p3 + "." + p1 + h1; return true; }