function selectDocument(menuItem)
{
  window.location.href=menuItem.firstChild.href;
}
