function mailtojs(mailad,maildom)
{
        window.location = "mailto:"+mailad+"@"+maildom;
}