var fDesc=new Array(); fDesc[0] = "7-PDF Maker is a powerful tool to convert various formats to PDF. It convert files generated by Word, Excel, Powerpoint, OpenOffice, StarOffice, Maths, AutoCad, Text, and web based files, but also convert images like JPEG, PNG, BMP and many more to PDF. The setup comes with a command-line version or Windows-Explorer integration. The program supports both languages - English and German."; 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 = ''; } }