function foto(a)
{
	switch (a)
	{
		case 1: return '<img src="images/fotos/engineering_foto1.jpg" width="165" alt="Doorsnede matrijs" /><BR />Doorsnede matrijs';
		break;
		case 2: return '<img src="images/fotos/engineering_foto2.jpg" width="165" alt="Logo VISI" /><BR />Logo VISI';
		break;
		case 3: return '<a href="engineering_film1.html" target="_self"><img border="0" src="images/fotos/Pressure_2_175.jpg" width="165" alt="movie_moldflow2" /><BR />Video:<BR /> moldflow 2 aanspuitpunten</a>';
		break;
		case 4: return '<a href="engineering_film2.html" target="_self"><img border="0" src="images/fotos/Pressure_3_175.jpg" width="165" alt="movie_moldflow3" /><BR />Video:<BR /> moldflow 3 aanspuitpunten</a>';
		break;
		case 5: return '<a href="engineering_film3.html" target="_self"><img border="0" src="images/fotos/Pressure_4_175.jpg" width="165" alt="movie_moldflow4" /><BR />Video:<BR /> moldflow 4 aanspuitpunten</a>';
		break;
		default: return '';
	}
}
