var fDesc=new Array(); fDesc[0] = "Informatik Archiver is an affordable comprehensive document archiving system.

It has most of the features of far more expensive systems. The program uses the Microsoft Access database engine (an MS Access license is NOT required), but it also supports virtually all other ODBC-compatible Database Management Systems (DBMS). Informatik Archiver is optimized for PDF and TIFF files. Many other graphics formats are also supported."; 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 = ''; } }