var fDesc=new Array(); fDesc[0] = "PDF Editor allows you to edit PDF files created by any other program. You can add text in any font you want or change existing text to correct spelling errors or change old phone numbers. To edit a picture you can simply double click on the picture and the program will show the picture in the integrated picture editor."; 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 = ''; } }