var fDesc=new Array(); fDesc[0] = "PDF2XL is a program for converting PDF documents to Excel format. CLI (Command line Interface) edition has all the features of PDF2XL Basic. The only difference is the addition of the command line interface that allows setting PDF2XL options and commands directly from the command line, up to automating the whole conversion process from the console window, Windows script, or batch program."; 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 = ''; } }