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

function personal()
{
	location.href = "mailto:personal@azenio.de";
}
