
function popup(id) { //v2.0
  window.open("/?page=showimage&image="+id,'pop','scrollbars=yes,resizable=yes,width=800,height=800');
}