var fDesc=new Array();
fDesc[0] = "Informatik Complete PDF ™ is both a desktop and a command-line program. The desktop version is an all-in-one user-interactive program for marking up, converting, splitting, merging, and concatenating PDF files.
The command-line version converts TIFF files to PDF and PDF to TIFF, etc. The command-line function returns an exit code.";
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 = '';
}
}