function show_big_image(id) {
	
	
    window.open('show_big_image.php?id='+id,"Window1","menubar=no,width=700,height=500,toolbar=yes,scrollbar=yes,scrollbars=yes,left=500,top=240");

}