function initAgenda() {
  if (dojo.byId("OnlyOne")) 
    openWindow("../agenda_doc_popup.cfml?id=" + dojo.byId("OnlyOne").value, "large");
}


