var fDesc=new Array(); fDesc[0] = "PlanGrid is a construction app that keeps everyone on the same page, across any device. With this app, you can view, create, and share markups, photos, issues, and hyperlinks, see multiple sheets side-by-side and view all documents or attachments. You can access a full history of sheets, versions, past issues, and punchlists, as well as collaborate with your team in real time."; 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 = ''; } }