function popup(id) {
	window.open('show_entry.php?id='+id,'details'+id,'width=335,height=500,left=345,location=no,menubar=no').focus();
	
}