
function openEmail()
{
	window.location="mailto:info@devstrong.com";
	return false;
}

