function lightBoxSelect(setId, setImg) {

// reset first!
myFlashLightBoxInjector.reset();

// loop all images
	

myFlashLightBoxInjector.appendElement("vergaderzaal/4.jpg", "", setId + "_" + 3, setId);
myFlashLightBoxInjector.appendElement("vergaderzaal/5.jpg", "", setId + "_" + 4, setId);
myFlashLightBoxInjector.appendElement("vergaderzaal/6.jpg", "", setId + "_" + 5, setId);
myFlashLightBoxInjector.appendElement("vergaderzaal/7.jpg", "", setId + "_" + 6, setId);

			
// updateImageList
myFlashLightBoxInjector.updateImageList();

// Launch Lightbox
myFlashLightBoxInjector.start(setId + "_" + setImg);
			}
