function SetLightBox(elementId)
{
	if(elementId != undefined)
	{
		$(function() { $('#' + elementId + ' a').lightBox(); });
	}
}
