function foto(a)
{
	switch (a)
	{
		case 1: return '<img src="images/fotos/engineering_foto1.jpg" width="165" alt="Querschnitt einer Matrize" /><BR />Querschnitt einer Matrize';
		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_de.html" target="_self"><img border="0" src="images/fotos/Pressure_2_175.jpg" width="165" alt="movie_moldflow2" /><BR />Video:<BR /> moldflow 2 Anspritzpunkte</a>';
		break;
		case 4: return '<a href="engineering_film2_de.html" target="_self"><img border="0" src="images/fotos/Pressure_3_175.jpg" width="165" alt="movie_moldflow3" /><BR />Video:<BR /> moldflow 3 Anspritzpunkte</a>';
		break;
		case 5: return '<a href="engineering_film3_de.html" target="_self"><img border="0" src="images/fotos/Pressure_4_175.jpg" width="165" alt="movie_moldflow4" /><BR />Video:<BR /> moldflow 4 Anspritzpunkte</a>';
		break;
		default: return '';
	}
}

