function SendMail(x)
{
a=document.getElementById(x).id
a=a.replace("+","@")
window.open("mailto:" + a)
}

