function showAnswer(param)	{
	
	switch(param) {
		case "ansshot":
			if (document.getElementById('ansshot').style.display == "none") {
				document.getElementById('ansshot').style.display = "";
				document.getElementById('answork').style.display = "none";
				document.getElementById('anshist').style.display = "none";
				document.getElementById('ansbio').style.display = "none";
			} else {
				document.getElementById('ansshot').style.display = "none";
			}
			
				break;
		case "anshist":
			if (document.getElementById('anshist').style.display == "none") {
				document.getElementById('ansshot').style.display = "none";
				document.getElementById('answork').style.display = "none";
				document.getElementById('anshist').style.display = "";
				document.getElementById('ansbio').style.display = "none";
			} else {
				document.getElementById('anshist').style.display = "none";
			}
			break;	
		case "answork":
			if (document.getElementById('answork').style.display == "none") {
				document.getElementById('ansshot').style.display = "none";
				document.getElementById('answork').style.display = "";
				document.getElementById('anshist').style.display = "none";
				document.getElementById('ansbio').style.display = "none";
			} else {
				document.getElementById('answork').style.display = "none";
			}
			break;
		case "ansbio":
			if (document.getElementById('ansbio').style.display == "none") {
				document.getElementById('ansshot').style.display = "none";
				document.getElementById('answork').style.display = "none";
				document.getElementById('anshist').style.display = "none";
				document.getElementById('ansbio').style.display = "";
			} else {
				document.getElementById('ansbio').style.display = "none";
			}
			break;
		case "noans":
			document.getElementById('ansshot').style.display = "none";
			document.getElementById('answork').style.display = "none";
			document.getElementById('anshist').style.display = "none";
			document.getElementById('ansbio').style.display = "none";
			break;
	}
}

function xshowProfile(hkpbName) {
	
	var myElement = document.getElementById('xprofile_box');
	
	switch(hkpbName) {
		case 'tony':
			myElement.innerHTML = "<h4>Prof. Tony Pembroke</h4><h4>Chair Biochemistry, CES Dept. University of Limerick</h4><p>Professor Pembroke has been a lecturer in biochemistry on the faculty at the University of Limerick for over 20 years. His expertise includes bacterial biofilms implicated in human infections and mortality, strategies to combat antibiotic resistance and biomaterials, specifically novel tissue engineering materials based on hyaluronic acid modifications that release metal ions. Other interests include molecular phylogenetics of thermal bioremediation and the development of enzymes for biofuel production from cellulose wastes.</p>";
			document.getElementById('tony_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xtony.png";
			document.getElementById('david_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xdaviddk.png";
			document.getElementById('seamus_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xseamusdk.png";
			document.getElementById('brendan_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xbrendandk.png";
			document.getElementById('donncha_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xdonnchadk.png";
			document.getElementById('paul_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xpauldk.png";
			document.getElementById('pat_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xpatdk.png";
			document.getElementById('joe_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xjoedk.png";
			break;
		case 'david':
			myElement.innerHTML = "<h4>David J. O’Flynn (B.C.L., LL.M)</h4><h4>CFO, HKPB Scientific Limited.</h4><p>David O’Flynn is a professional tax and legal adviser with entrepreneurial interests in a wide range of industries from renewable energy to IT to biotechnology. He has also been extensively involved in the Extractive Industry. David graduated from University College Cork with an Honours Law Degree. Having completed a Master Degree of Laws he initially trained with the well recognised and reputable legal firm Matthew J. Nagle & Co. Following this David acted as a consultant to some of Ireland’s largest building materials groups. To this end, he is also a Ph.D. Candidate undertaking extensive research on behalf of a major Global Manufacturing Company floated on both the Irish and New York Stock Exchanges. David’s personal business success has been built on a strong understanding of national and international legislative regimes, his ability to identify and engage with new business opportunities and his drive to successfully deliver predetermined business objectives. Currently working with the one of the largest accountancy firms in the country, David acts as a tax and legal advisers, for its nationwide business and specialises in the area of business development.</p>";
			document.getElementById('tony_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xtonydk.png";
			document.getElementById('david_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xdavid.png";
			document.getElementById('seamus_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xseamusdk.png";
			document.getElementById('brendan_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xbrendandk.png";
			document.getElementById('donncha_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xdonnchadk.png";
			document.getElementById('paul_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xpauldk.png";
			document.getElementById('pat_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xpatdk.png";
			document.getElementById('joe_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xjoedk.png";
			break;
		case 'seamus':
			myElement.innerHTML = "<h4>Dr. Seamus McMonagle</h4><h4>Senior lecturer, CES Dept., University of Limerick</h4><p>Dr. McMonagle has been a senior lecturer in Physical Chemistry and Chemical Engineering at the University of Limerick for over 20 years. His expertise encompasses physical/solid state chemistry including catalysis, semiconductor sensors, computational structural and surface chemistry. Dr. McMonagle is a chartered member of the Institute of Chemical Engineers and prior to his academic career he worked as a process and chemical engineer with DuPont in Canada. Dr. McMonagle’s chemical engineering expertise extends to multiphase reaction engineering, aerosol flame spray synthesis, continuous and batch reactor design, biochemical reactor design, process control and automation, computational fluid dynamics and process engineering.</p>";
			document.getElementById('tony_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xtonydk.png";
			document.getElementById('david_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xdaviddk.png";
			document.getElementById('seamus_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xseamus.png";
			document.getElementById('brendan_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xbrendandk.png";
			document.getElementById('donncha_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xdonnchadk.png";
			document.getElementById('paul_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xpauldk.png";
			document.getElementById('pat_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xpatdk.png";
			document.getElementById('joe_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xjoedk.png";
			break;
		case "brendan":
			myElement.innerHTML = "<h4>Brendan Kennedy (B.Sc., Ph.D.)</h4><h4>CTO, HKPB Scientific Limited.</h4><p>Brendan has a B.Sc. in Industrial Chemistry and received his Ph.D. in Electro-Chemistry from the University of Limerick in 2006. He is a named inventor on two patents and has 8 years experience in the commercial research space. In addition to having a proven research record in nanotechnology with several peer reviewed journal publications under an international, collaborative EU-IST project, (EU-Molecular Interconnect for Nano-technology) Dr. Kennedy has also worked in China’s, Guizhou province as a consultant with CENERGY a company providing environmental solutions to the coal mining industry in China regarding Coal Mine Methane (CMM) utilisation under the Clean Development Mechanism (CDM) of the Kyoto protocol to the United Nations Framework Convention on Climate Change (UNFCCC). Brendan spent two years as senior scientist in Trust Water an innovative Irish company providing proprietary electrolytic water purification technologies to the industrial and health care sectors. Brendan founded HKPB Scientific in 2008 with Dr. Haverty.</p>";
			document.getElementById('tony_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xtonydk.png";
			document.getElementById('david_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xdaviddk.png";
			document.getElementById('seamus_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xseamusdk.png";
			document.getElementById('brendan_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xbrendan.png";
			document.getElementById('donncha_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xdonnchadk.png";
			document.getElementById('paul_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xpauldk.png";
			document.getElementById('pat_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xpatdk.png";
			document.getElementById('joe_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xjoedk.png";
			break;
		case "donncha":
			myElement.innerHTML = "<h4>Donncha Haverty (B.Sc., Ph.D.)</h4><h4>CEO, HKPB Scientific Limited</h4><p>Donncha has a B.Sc. in Industrial chemistry and received his Ph.D. in Quantum Chemistry at the University of Limerick in 2005. He has also lectured physical chemistry and chemical engineering at the University of Limerick. Dr. Haverty has more than 10 years experience as a researcher working in the area of biomaterials chemistry and surface science, particularly Hydroxyapatite. Over the course of his career he has concentrated on commercial research, including industrial projects in Ireland and Australia with companies like Cook Inc. Aughinish Alumina and CSIRO (the Australian Commonwealth Science and Research Organisation), a government research body established to provide research expertise to Industry. He is a named inventor on five patents in the biomaterials space since 2005 and is published in the scientific literature. In 2006 Dr Haverty founded EnBIO and has extensive experience in the high-technology start-up space. He founded HKPB in 2008 with Dr. Kennedy.</p>";
			document.getElementById('tony_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xtonydk.png";
			document.getElementById('david_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xdaviddk.png";
			document.getElementById('seamus_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xseamusdk.png";
			document.getElementById('brendan_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xbrendandk.png";
			document.getElementById('donncha_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xdonncha.png";
			document.getElementById('paul_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xpauldk.png";
			document.getElementById('pat_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xpatdk.png";
			document.getElementById('joe_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xjoedk.png";
			break;
		case "paul":
			myElement.innerHTML = "<h4>Paul Rigby (B.Sc Mech Eng)</h4><h4>Manufacturing Adviser, HKPB Scientific Limited.</h4><p>Paul worked for more than 30 years with the Procter & Gamble (P&G) Company, in many locations within Europe, the US and the Far East. He joined P&G in 1970 after completing his degree at U.M.I.S.T. As a junior engineer working in a manufacturing plant in the UK, he undertook the stewardship of engineering systems for thermal, & process safety.  Paul soon progressed into project management taking projects from conceptual feasibility studies through to the detailed design and construction of manufacturing operations. He is also considered expert in C.Q.V. (commissioning, qualification, & verification). He has extensive experience as a production manager, managing chemical process operations & high speed packing lines; during these assignments he had responsibility for over one hundred direct employees. As a senior engineer Paul spent 5 years in the P&G Brussels office working within the R&D division on new initiatives & ideas, with responsibility for all aspects of the new product development cycle, feasibility, costing & manufacturing capability. He has experience as health and safety manager leading fire protection, process safety, electrical safety, environmental management and risk assessment.</p>";
			document.getElementById('tony_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xtonydk.png";
			document.getElementById('david_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xdaviddk.png";
			document.getElementById('seamus_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xseamusdk.png";
			document.getElementById('brendan_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xbrendandk.png";
			document.getElementById('donncha_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xdonnchadk.png";
			document.getElementById('paul_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xpaul.png";
			document.getElementById('pat_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xpatdk.png";
			document.getElementById('joe_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xjoedk.png";
			break;
		case "pat":
			myElement.innerHTML = "<h4>Pat Kelly</h4><h4>Manufacturing operations, HKPB Scientific Limited</h4><p>Pat has 20 years experience working in a GMP manufacturing environment. He has extensive experience in the formulation of pharmaceutical products, maintenance of line operations and the management of ancillary plant services including a wastewater treatment plant. Pat has also had responsibility for environmental monitoring as per IPC licence requirements and reporting on same to the EPA and relevant local government authorities in a manufacturing environment.</p>";
			document.getElementById('tony_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xtonydk.png";
			document.getElementById('david_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xdaviddk.png";
			document.getElementById('seamus_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xseamusdk.png";
			document.getElementById('brendan_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xbrendandk.png";
			document.getElementById('donncha_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xdonnchadk.png";
			document.getElementById('paul_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xpauldk.png";
			document.getElementById('pat_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xpat.png";
			document.getElementById('joe_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xjoedk.png";
			break;
		case "joe":
			myElement.innerHTML = "<h4>Joseph Murray</h4><h4>BE (Elec), Grad Dip. Chem. Eng., Ph D.</h4><p>Joe graduated from University College Cork with a degree in Electrical & Electronic Engineering in 1997. In 2003 he completed a graduate diploma in Chemical engineering at the University of Limerick and completed his PhD in physical chemistry in 2008. Joe is a member of the IChemE and his work experience includes 3 years as an electronic engineer and 4 years in the chemical process industry. More recently Joe worked as senior Engineer with a start-up wind energy company and was responsible for the management of wind farm construction projects in the south of Ireland.</p>";
			document.getElementById('tony_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xtonydk.png";
			document.getElementById('david_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xdaviddk.png";
			document.getElementById('seamus_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xseamusdk.png";
			document.getElementById('brendan_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xbrendandk.png";
			document.getElementById('donncha_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xdonnchadk.png";
			document.getElementById('paul_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xpauldk.png";
			document.getElementById('pat_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xpatdk.png";
			document.getElementById('joe_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xjoe.png";
			break;
	}
}

function xnoProfiles() {
	var myElement = document.getElementById('xprofile_box');
	
	myElement.innerHTML = '<p style="text-align: center;">Please Roll over the image for more details about the people behind HKPB Scientific</p>';
	document.getElementById('tony_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xtony.png";
	document.getElementById('david_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xdavid.png";
	document.getElementById('seamus_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xseamus.png";
	document.getElementById('brendan_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xbrendan.png";
	document.getElementById('donncha_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xdonncha.png";
	document.getElementById('paul_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xpaul.png";
	document.getElementById('pat_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xpat.png";
	document.getElementById('joe_xpic').src = "http://hkpb.ie/wp-content/uploads/2009/10/xjoe.png";
}