﻿function mailSupport() {
	location.href = "mailto:support" + "@" + "webtechy.co.uk";
}

function mailSales() {
	location.href = "mailto:sales" + "@" + "webtechy.co.uk";
}

function writeSupport() {
	document.write("support" + "@" + "webtechy.co.uk");
}

function writeSales() {
	document.write("sales" + "@" + "webtechy.co.uk");
}
