function zub(k1,k2)
{
    document.location="mailto:" + k1 + '@' + k2;
}
