var editor = null;

/*function initEditor(campo){
  editor = new HTMLArea(campo.id);
  // comment the following two lines to see how customization works
  editor.generate();
  return true;
}*/
