function showImage(bigImagePath,idx)
{
	linkTBox = jquery('#img_'+idx);
	linkTBox.click();
}