var fDesc=new Array(); fDesc[0] = "RapidSketch will change the way you think about the sketch addendum portion of your URAR forms. Deliver accurate diagrams via our desktop or web tool for insurance inspectors and inspection companies. Make you listings stand out with a professional floor plan for the buyer to review. RapidSketch allows you to deliver accurate and professional diagrams to your customers."; 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 = ''; } }