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

function search1()
{
  var form = document.form_search;
  var words = form.search_words.value;
  SendEvent('contentbox', 'display_search', 'words='+words);
}

function not_yet()
{
  alert('not implemented yet');
}

function get_format(frm)
{
  var lng = session.getVar("langs->selected");
  var url = "formats/kushtetuta_" + lng + "." + frm;
  window.open(url);
}
