var fDesc=new Array(); fDesc[0] = "Palm-Tech Home Inspection Software allows you to easily create professional home inspection reports for your clients. Software updates for this program provides additional features and bug fixes. Present version has added features of Default Print Settings, New Line Types, and Improved Note Window.

This installer is applicable only for older version of Palm-Tech Home Inspection Software. For version 6.5, 7, and above, you can access the final update by clicking on the 'Update' button on the shell after you open the program."; 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 = ''; } }