var fDesc=new Array(); fDesc[0] = "Appraise-It is a multifunctional app that helps you include photos, sketches, maps, signatures, etc. all into one report. In addition, it allows you to quickly import data from one type report to another or from one report's addenda to another.

With this tool, you can easily change the font size, typeface or attribute (such as bold or italics), for the whole report, specific entry or a selected group of characters within a sentence. Moreover, it provides plenty of automatic adjustments, a square footage calculator, a spell checker, and many other useful functions."; 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 = ''; } }