var fDesc=new Array(); fDesc[0] = "If you’re looking for they very best in sketching software, you’ve come to the right place. For the last 22 years, Apex has been the sketching tool of choice by the Real Estate Industry and Apex Medina continues our tradition of excellence. Apex Sketch Standard allows you to calculate tracts of land based on their legal description."; 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 = ''; } }