function showImg(url)
{
	var popup = window.open(url, "Image", "location=0,toolbar=0,status=0,width=720,height=520");

}