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