function call_detail_img(strURL){	
	window.open("show_img.php?imgURL="+strURL,"new","left=0, top=0, width=390, height=320, resize=no");
	return;
}
