function pagejump(id, list) {
  if (id != "") {
    window.location="?mode=list&list=" + list + "&id=" + id;
  } 
}

