var fDesc=new Array(); fDesc[0] = "PhoenixSketch is a different kind of sketcher built for the modern appraiser, it’s specifically designed to record measurements in the field. This allows you to edit your sketches on your computer at home, just in case you need to add those finishing touches. Additionally, PhoenixSketch is accessible as a web-based version."; 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 = ''; } }