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