//eMail Function
function mailLink1(words)
	{
	firstHalf ="info";
	secondHalf ="inventorycheck.co.uk";
	document.write('<a href ="mailto:' +firstHalf +'@' + secondHalf +'">'+words+' <a>');
	return;
	}

