function popImage(img)
{
	openIT('pop_gl.htm?img='+img,500,400);
}

function openIT(u,W,H, sc) {
	window.open(u, '',"width="+W+",height="+H+",scrollbars="+(sc ? "yes" : "no"));
}

