var fDesc=new Array(); fDesc[0] = "Mechanic's Mate is an asset maintenance management software application. Our quick start tools include templates to get you going quicker than you would ever imagine: no matter what industry you call home. The list of contributors includes our friends from the refining industry, the healthcare industry, the construction industry, and the manufacturing industry."; 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 = ''; } }