function tekst(a)
{
	switch (a)
	{
		case 1: return '<h2><span>Company profile</span></h2>';
		break;
		case 2: return '<h2><span>Company profile - Impression</span></h2>';
		break;
		case 3: return '<p>Euro-Techniek has been specializing in metal forming and plastic molding since 1962. We develop and engineer products, design and build the molds and dies, and produce parts by molding and stamping. <BR /><BR /> You don&acute;t have to use all of the services we offer; you can mix and match the services that suit your needs: only engineering, only a tool, only (assembled) products, or a combination of any of the services we offer. <BR /><BR /> Unique is certainly the fact that we offer engineering, tooling, molding and pressing under a single roof. This enables us to: <ul> <li>Engineer and build better tools</li> <li>Solve problems directly in our mold and press departments</li>        <li>Combine operations, giving our projects shorter turnaround times and short lines of command</li> </ul> We are a technology-driven company that aspires to manufacturing high-end products and tools. This is clearly reflected by: <ul> <li>Our machine park, which is young, high-end and very extensive (see the list of machines)</li> <li>Our highly skilled operators (we hardly use temporary workers)</li>	<li>Our mastery of the trade, which is reflected by our ISO 9001:2008 and ISO 13485 (medical devices) certification, our high delivery accuracy, and the very low number of customer complaints.</li> </ul> We are familiar with ISO/TS 16949 (automotive) and HACCP (food safety and hygiene). We also have certified clean room facilities for clean manufacturing in areas such as vacuum technology, food, and medical and life sciences. <BR /><BR /> Do not hesitate to contact us if you have any questions; we are more than happy to help!<BR /><BR /> <center> E-mail: <a href="mailto:info@euro-techniek.nl" title="email info@euro-techniek.nl"> info@euro-techniek.nl</a><BR /> Tel.: +31-(0)40-253 99 95 </center></p> <BR /><BR /><BR /><BR /><BR /><BR /><BR />';
		break;
		case 4: return 'Back';
		break;
		case 5: return 'Last changed: 6 Septemben 2011';
		break;
		default: return '';
	}
}

