function popImage(img, caption)
{
	window.open(img, "nid", "scrollbar=yes");
}