function ShowImage(id) {
	window.open('index.php?act=show_image&id=' + id,'Image','width=800,height=600');
}