var fDesc=new Array(); fDesc[0] = "PERRLA is a program that automatically integrates with Microsoft Word and allows you to create references, citations and more. The program automatically sets your fonts and margins; creates a title page and reference section and allows you to easily create abstracts, headings, tables of content, and more. References are automatically synced with the cloud to stay updated no matter which computer you are using at the time."; 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 = ''; } }