    //

    function impressum()
    {
        var str;
        str = "";
        str += "Verantwortlich für den Inhalt: ";
        str += "Michael Saup - ";
        str += "Simplonstraße 65 - ";
        str += "10245 Berlin";
        str += "";
        alert(str);
    }

    function MMstart()
    {
        var str;
        str = "";
        str += "";
        str += "ma";
        str += "";
        str += "il";
        str += "";
        str += "to";
        str += ":";
        str += "";
        str += "info";
        str += "";
        str += "@";
        str += "";
        return str;

    }
    function MMsub()
    {
        var str;
        str = "";
        str += "?";
        str += "sub";
        str += "ject";
        str += "=";
        str += "hello world...";
        str += "";
        str += "";
        str += "";
        str += "";
        str += "";
        return str;

    }

    function MMmpire()
    {
        var locationstring;
        locationstring = MMstart();
        locationstring += "m-pire";
        locationstring += ".co";
        locationstring += "m";
        locationstring += MMsub();
        window.location = locationstring;
    }

    function MMsaup()
    {
        var locationstring;
        locationstring = MMstart();
        locationstring += "saup";
        locationstring += ".d";
        locationstring += "e";
        locationstring += MMsub();
        window.location = locationstring;
    }

    function MMparticles()
    {
        var locationstring;
        locationstring = MMstart();
        locationstring += "parti";
        locationstring += "cles.";
        locationstring += "de";
        locationstring += MMsub();
        window.location = locationstring;
    }

