// Java Document
function email()
{
location.href = "mailto:ru@azenio.de";
}

