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

