function lightBoxSelect(setId, setImg) {

// reset first!
myFlashLightBoxInjector.reset();

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

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