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

