function insertContact(theName, linkText)
{
	theDomain = 'xor' + 'software' + '.co.uk';
	theAddress = theName + "&#064;" + theDomain;

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

function showEmail(theName)
{
	theDomain = 'xor' + 'software' + '.co.uk';
	theAddress = theName + "&#064;" + theDomain;
	document.write("<A class='menu' HREF=\"mailto" + ":" + theAddress + "\">" + theAddress + "<\/a>");
	return (showEmail);
}

function MakeArray(n)
{
	this.length=n
	return this
}

function service()
{
	newWindow = window.open("http://www.xorsoftware.co.uk/service.php", "subwind", 'height=520,width=500,left=350');
	newWindow.focus();
}
function payg()
{
	newWindow = window.open("payg.html", "subwind", 'height=520,width=500,left=350');
	newWindow.focus();
}
function month()
{
	newWindow = window.open("month.html", "subwind", 'height=520,width=500,left=350');
	newWindow.focus();
}
function flat()
{
	newWindow = window.open("flat.html", "subwind", 'height=520,width=500,left=350');
	newWindow.focus();
}
function hex()
{
	newWindow = window.open("http://www.xorsoftware.co.uk/hex.html", "subwind", 'height=580,width=500,left=350');
	newWindow.focus();
}