function email_protect (client, server) {
	window.location.href = ("mailto:" + client + "@" + server);
}
