var fDesc=new Array(); fDesc[0] = "MAUS KPI Scorecard is the fastest easiest way to prepare and grow your business. Instantly create a “one page” snapshot of your business. This program will turn your strategy into a monthly action plan. Create a scorecard for each staff member or use as the driving force for the business. Automatically imports and exports data plus includes a report writer that compares performance to budget or last year. It even exports your data to stunning PowerPoint presentations."; 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 = ''; } }