function lightBoxSelect(setId, setImg) {

// reset first!
myFlashLightBoxInjector.reset();

// loop all images
myFlashLightBoxInjector.appendElement("introductie/1.jpg", "", setId + "_" + 0, setId);
myFlashLightBoxInjector.appendElement("introductie/2.jpg", "", setId + "_" + 1, setId);				
myFlashLightBoxInjector.appendElement("introductie/3.jpg", "", setId + "_" + 2, setId);
myFlashLightBoxInjector.appendElement("introductie/4.jpg", "", setId + "_" + 3, setId);
myFlashLightBoxInjector.appendElement("introductie/5.jpg", "", setId + "_" + 4, setId);
myFlashLightBoxInjector.appendElement("introductie/6.jpg", "", setId + "_" + 5, setId);
myFlashLightBoxInjector.appendElement("introductie/7.jpg", "", setId + "_" + 6, setId);
myFlashLightBoxInjector.appendElement("introductie/8.jpg", "", setId + "_" + 7, setId);
myFlashLightBoxInjector.appendElement("introductie/9.jpg", "", setId + "_" + 8, setId);
myFlashLightBoxInjector.appendElement("introductie/10.jpg", "", setId + "_" + 9, setId);
			
// updateImageList
myFlashLightBoxInjector.updateImageList();

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