var fDesc=new Array(); fDesc[0] = "With Quablo™ you can extract thousand of data and tables within few seconds from documents.Quablo's capability drastically reduces time needed by manual data-entry.Quablo™ is able to perform fully automatic recognition of both bordered tables and non-bordered tables with regular structure.Quablo™ provides an easy-to-use graphic interface that enables user to extract data from tables with very irregular structure too.Quablo™ enables you to extract tables from PDF files without the support of any further tools (e.g. Adobe®, Microsoft Office® products, etc.).Quablo™ exports data into 3 different output formats (XML, EXCEL, TXT). By using templates Quablo™ allows to reduce to zero the time needed to extract tables from PDF having the same structure."; 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 = ''; } }