function bookmark(id) {
  document.getElementById('bookmark').innerHTML = loadDoc("/ajax/bookmark.jsp?id=" + id);
}
