function toggleImage(id) {
	var src = 'media/fotoalbum/tank' + id + '.jpg';
	document.getElementById('placeholder').src = src;
	return;
}
