/**********************************************************************
	
	Project: Ascendo Gallery
	Author: Radu Dudici - Ascendo
	Date: aug 2007
	
	Description:
	Javascript functions for the Gallery SP, AGM & AGS (requires Lightbox)
	
***********************************************************************/

//start the Lightbox library to show the picture
function showPicture(name)
{
	var obj = document.getElementById(name);
 	myLightbox.start(obj);
}