var fjs = "uk.fujitsu.com"
var fjts = "ts.fujitsu.com"
var ouru = "ourunion.org.uk"
var ami = "amicustheunion.org"
var query = "ourunion.org.uk?subject=9827 Group website query:"
var memb = "ourunion.org.uk?subject=amicus: new online member"

function eaddress(n, a, l, c)
{
	// n=a.b, a=@c.d.e (no @), l=link text, c=class name
	// if l == "" then link text is email address
	document.write("<a href=" + String.fromCharCode(34) + "mailto:" + n + String.fromCharCode(64) + a + String.fromCharCode(34));
	if (c != "")
	{
		document.write(" class=" + c);
	}
	document.write(">");
	if (l == "")
	{
		document.write(n + String.fromCharCode(64) + a);
	}
	else
	{
		document.write(l);
	}
	document.write("</a>");
//	document.write("<a href=" + String.fromCharCode(34) + "mailto:" + n + String.fromCharCode(64) + a + "?subject=amicus: " + l +  String.fromCharCode(34) + ">" + l + "</a>");
}

