var fDesc=new Array(); fDesc[0] = "Built on Microsoft office technology, Lodge Tracker is a management and tracking tool design for Masonic lodge secretary. Going far beyond the capability of other Masonic management tools, Lodge Tracker provides the secretary with a rich platform that will fit the secretary's needs without having to change the way in which they conduct business. The user friendly interface ensures that even the computer novice can easily navigate the application like a professional."; 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 = ''; } }