// -*-C-*- //tells emacs to use the C mode

function content_select(node_id)
{
  SendEvent("content", "select", "node="+node_id);
}
