var fDesc=new Array(); fDesc[0] = "ABC Amber DBISAM Converter is an advanced tool which allows the user to convert the DAT (DBISAM) files into any format he wishes (XLS, CSV, MDB, DBF, XML, PDF, HTML, CHM, RTF, HLP, DOC, and many more) easily and quickly.in addition, the software also supports a batch conversion, more than 50 languages, a run from command line. Batch conversion ability allows the user to convert an unlimited number of DAT files at the same time."; 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 = ''; } }