function setVehicle(vehicle) {

	switch(vehicle) {
		
	case 'vivaro':
		document.getElementById('photos1').src = 'photos/vivaro-1-res.jpg';
		document.getElementById('photos2').src = 'photos/vivaro-2-res.jpg';
		document.getElementById('photos3').src = 'photos/vivaro-3-res.jpg';
		document.getElementById('photos4').src = 'photos/vivaro-4-res.jpg';
		document.getElementById('photos1').alt = 'TAXI PLUS Opel Vivaro Tour';
		document.getElementById('photos2').alt = 'TAXI PLUS Opel Vivaro Tour';
		document.getElementById('photos3').alt = 'TAXI PLUS Opel Vivaro Tour';
		document.getElementById('photos4').alt = 'TAXI PLUS Opel Vivaro Tour';
		document.getElementById('photos1_link').title = 'TAXI PLUS Opel Vivaro Tour';
		document.getElementById('photos2_link').title = 'TAXI PLUS Opel Vivaro Tour';
		document.getElementById('photos3_link').title = 'TAXI PLUS Opel Vivaro Tour';
		document.getElementById('photos4_link').title = 'TAXI PLUS Opel Vivaro Tour';
		document.getElementById('photos1_link').href = 'photos/vivaro-1.jpg';
		document.getElementById('photos2_link').href = 'photos/vivaro-2.jpg';
		document.getElementById('photos3_link').href = 'photos/vivaro-3.jpg';
		document.getElementById('photos4_link').href = 'photos/vivaro-4.jpg';
		break;
	case 'galaxy':
		document.getElementById('photos1').src = 'photos/galaxy-1-res.jpg';
		document.getElementById('photos2').src = 'photos/galaxy-2-res.jpg';
		document.getElementById('photos3').src = 'photos/galaxy-3-res.jpg';
		document.getElementById('photos4').src = 'photos/galaxy-4-res.jpg';
		document.getElementById('photos1').alt = 'TAXI PLUS Ford Glaxy';
		document.getElementById('photos2').alt = 'TAXI PLUS Ford Glaxy';
		document.getElementById('photos3').alt = 'TAXI PLUS Ford Glaxy';
		document.getElementById('photos4').alt = 'TAXI PLUS Ford Glaxy';
		document.getElementById('photos1_link').title = 'TAXI PLUS Ford Glaxy';
		document.getElementById('photos2_link').title = 'TAXI PLUS Ford Glaxy';
		document.getElementById('photos3_link').title = 'TAXI PLUS Ford Glaxy';
		document.getElementById('photos4_link').title = 'TAXI PLUS Ford Glaxy';
		document.getElementById('photos1_link').href = 'photos/galaxy-1.jpg';
		document.getElementById('photos2_link').href = 'photos/galaxy-2.jpg';
		document.getElementById('photos3_link').href = 'photos/galaxy-3.jpg';
		document.getElementById('photos4_link').href = 'photos/galaxy-4.jpg';
		break;
	case 'smax':
		document.getElementById('photos1').src = 'photos/smax-1-res.jpg';
		document.getElementById('photos2').src = 'photos/smax-2-res.jpg';
		document.getElementById('photos3').src = 'photos/smax-3-res.jpg';
		document.getElementById('photos4').src = 'photos/smax-4-res.jpg';
		document.getElementById('photos1').alt = 'TAXI PLUS Ford S-MAX';
		document.getElementById('photos2').alt = 'TAXI PLUS Ford S-MAX';
		document.getElementById('photos3').alt = 'TAXI PLUS Ford S-MAX';
		document.getElementById('photos4').alt = 'TAXI PLUS Ford S-MAX';
		document.getElementById('photos1_link').title = 'TAXI PLUS Ford S-MAX';
		document.getElementById('photos2_link').title = 'TAXI PLUS Ford S-MAX';
		document.getElementById('photos3_link').title = 'TAXI PLUS Ford S-MAX';
		document.getElementById('photos4_link').title = 'TAXI PLUS Ford S-MAX';
		document.getElementById('photos1_link').href = 'photos/smax-1.jpg';
		document.getElementById('photos2_link').href = 'photos/smax-2.jpg';
		document.getElementById('photos3_link').href = 'photos/smax-3.jpg';
		document.getElementById('photos4_link').href = 'photos/smax-4.jpg';
		break;
	case 'cmax':
		document.getElementById('photos1').src = 'photos/cmax-1-res.jpg';
		document.getElementById('photos2').src = 'photos/cmax-2-res.jpg';
		document.getElementById('photos3').src = 'photos/cmax-3-res.jpg';
		document.getElementById('photos4').src = 'photos/cmax-4-res.jpg';
		document.getElementById('photos1').alt = 'TAXI PLUS Ford C-MAX';
		document.getElementById('photos2').alt = 'TAXI PLUS Ford C-MAX';
		document.getElementById('photos3').alt = 'TAXI PLUS Ford C-MAX';
		document.getElementById('photos4').alt = 'TAXI PLUS Ford C-MAX';
		document.getElementById('photos1_link').title = 'TAXI PLUS Ford C-MAX';
		document.getElementById('photos2_link').title = 'TAXI PLUS Ford C-MAX';
		document.getElementById('photos3_link').title = 'TAXI PLUS Ford C-MAX';
		document.getElementById('photos4_link').title = 'TAXI PLUS Ford C-MAX';
		document.getElementById('photos1_link').href = 'photos/cmax-1.jpg';
		document.getElementById('photos2_link').href = 'photos/cmax-2.jpg';
		document.getElementById('photos3_link').href = 'photos/cmax-3.jpg';
		document.getElementById('photos4_link').href = 'photos/cmax-4.jpg';
	}
}