var fDesc=new Array(); fDesc[0] = "PageFocus Pro is a drawing/presentation (PageFocus Draw) plus electronic-form and application builder program. It consists of a powerful WYSIWYG form and document editor, and a runtime EXPO (form filler) program that incorporates a simple database engine for managing database. Work with Ghostscript to export to PDF file format or import PDF pages."; 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 = ''; } }