function open_img(id) {
	window.open("open_img.php?id="+id, 'TRUE' , "scrollbars=yes,resize=yes,status=yes,width=700,height=720");
}
