// JavaScript Document
function showData(site)
{
document.getElementById("data").style.display = "block"; 

	if(site == "hpt")
	{
		document.getElementById("data").innerHTML = "<p>HardwarePT offers a comprehensive range of world-class industrial hardware and connectivity tools suitable for all industrial environments.</p>";
		document.getElementById("data").innerHTML += "<p>&nbsp;</p>";
		document.getElementById("data").innerHTML += "<p><a href=\"http://www.hardwarept.co.uk/\" target=\"_blank\">VISIT SITE&gt;&gt;</a></p>";
	}
	else if(site == "ept")
	{
		document.getElementById("data").innerHTML = "<p>Enterprise Manufacturing Systems (EmsPT) has the expertise, resource and solutions to provide measurable and sustainable business benefits for you.</p>";
		document.getElementById("data").innerHTML += "<p>&nbsp;</p>";
		document.getElementById("data").innerHTML += "<p><a href=\"http://www.emspt.co.uk/\" target=\"_blank\">VISIT SITE&gt;&gt;</a></p>";
	}
	else if(site == "wuk")
	{
		document.getElementById("data").innerHTML = "<p>Wonderware&reg; is the leading supplier of industrial automation and information software solutions, legendary for providing powerful software that's easy to use.</p>";
		document.getElementById("data").innerHTML += "<p>&nbsp;</p>";
		document.getElementById("data").innerHTML += "<p><a href=\"http://www.wonderware.co.uk/\" target=\"_blank\">VISIT SITE&gt;&gt;</a></p>";
	}
	else if(site == "wie")
	{
		document.getElementById("data").innerHTML = "<p>Wonderware&reg; is the leading supplier of industrial automation and information software solutions, legendary for providing powerful software that's easy to use.</p>";
		document.getElementById("data").innerHTML += "<p>&nbsp;</p>";
		document.getElementById("data").innerHTML += "<p><a href=\"http://www.wonderware.ie/\" target=\"_blank\">VISIT SITE&gt;&gt;</a></p>";
	}
}