var fDesc=new Array(); fDesc[0] = "Premier PDF Builder is a tool that helps educators quickly create and manipulate electronic content for the classroom. PDF files are a great format for alternative materials. With this application you may create PDF files from your own documents by capturing scans from your scanner and putting them directly into a PDF file. You can also merge two PDF files, delete pages from a PDF file, and even export a PDF file into six different formats"; 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 = ''; } }