var fDesc=new Array(); fDesc[0] = "Simplicity
The design of its interface has taken into account those users with the least experience: austere menus, simple dialogue boxes and very few commands.

Large quantity of languages
It is the only tool that you need to browse the Internet or open documents, since it supports 36 languages, without any limit on the number of words that you can enter.

Fast and accurate
Each consultation is instantaneous, but also very precise: the information stored in the database is constantly developed, guaranteeing quality results."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }