﻿//coded by Özgür ALTAY :: www.ozguraltay.com



function showMap(url, desc, setName, setId) {

	// reset first!
	myFlashLightBoxInjector.reset();

	// loop all images
	myFlashLightBoxInjector.appendElement(url, desc, setName, setId);

	// updateImageList
	myFlashLightBoxInjector.updateImageList();

	// Launch Lightbox
	myFlashLightBoxInjector.start(setName);

}