function insertContact(theName, linkText)
{
	theDomain = 'x' + 'ors' + '.com';
	theAddress = theName + "&#064;" + theDomain;

	document.write("<A class='menu' HREF=\"mailto");
	document.write(":" + theAddress);
	document.write( "\">" + theAddress + "<\/a>");
}

function showEmail(theName)
{
	theDomain = 'x' + 'ors' + '.com';
	theAddress = theName + "&#064;" + theDomain;
	showString = "<A class='menu' HREF=\"mailto" + ":" + theAddress + "\">" + theAddress + "<\/a>";
	return (showString);
}

function hex()
{
	newWindow = window.open("http://www.xor.co.uk/hex.html", "subwind", 'height=580,width=500,left=350');
	newWindow.focus();
}
