﻿function mail2()
{
   var one = '&#100;&#101;&#118;&#101;&#108;&#111;&#112;&#109;&#101;&#110;&#116;';
   var two = '&#101;&#102;&#105;&#103;&#97;&#109;&#101;&#45;&#100;&#101;&#118;&#101;&#108;&#111;&#112;&#109;&#101;&#110;&#116;';
   var three = '&#100;&#107;';
   var mailto = '&#109;&#97;&#105;&#108;&#116;&#111;&#58;';

   document.write('&#69;&#109;&#97;&#105;&#108;: <a href="' + mailto + 
   one + '@' + two + '.' + three + '">' + 
   one + '@' + two + '.' + three + '</a>');
}

function telefon()
{
    var one = '&#77;&#111;&#98;&#105;&#108;&#58;&#32;&#51;&#48;&#32;&#51;&#50;&#32;&#53;&#54;&#32;&#54;&#53;';
    document.write(one);
}

function cvr()
{
    var one = '&#67;&#118;&#114;&#58;&#32;&#51;&#48;&#57;&#51;&#57;&#49;&#53;&#56;';
    document.write(one);
}

function address()
{
    var one = '&#71;&#114;&#97;&#110;&#118;&#101;&#106;&#32;&#51;&#48;&#44;&#32;&#70;&#101;&#110;&#115;&#109;&#97;&#114;&#107;';
    document.write(one);
}

function postal()
{
    var one = '&#52;&#54;&#56;&#52;&#32;&#72;&#111;&#108;&#109;&#101;&#103;&#97;&#97;&#114;&#100;';
    document.write(one);
}

