function lightBoxSelect(setId, setImg) {

// reset first!
myFlashLightBoxInjector.reset();

// loop all images
		
myFlashLightBoxInjector.appendElement("grappas/3.jpg", "", setId + "_" + 2, setId);
myFlashLightBoxInjector.appendElement("grappas/4.jpg", "", setId + "_" + 3, setId);
myFlashLightBoxInjector.appendElement("grappas/5.jpg", "", setId + "_" + 4, setId);
myFlashLightBoxInjector.appendElement("grappas/6.jpg", "", setId + "_" + 5, setId);
myFlashLightBoxInjector.appendElement("grappas/7.jpg", "", setId + "_" + 6, setId);
myFlashLightBoxInjector.appendElement("grappas/8.jpg", "", setId + "_" + 7, setId);

			
// updateImageList
myFlashLightBoxInjector.updateImageList();

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