function OpenFancyBox(TheGrp,TheIndex)
	{
	jQuery(TheGrp).eq(TheIndex).trigger('click');
	}
