function openImageInGreybox(fName)
{
	imagePath = '/shared/65/images/'+fName;
	GB_showImage('', imagePath);
}