var fDesc=new Array(); fDesc[0] = "MPsoftware is a program that helps you organize the maintenance management of your company, keeping all the information of your Maintenance Department documented, updated and organized. It allows you to maintain full control of the spare parts inventory and reduce inventory levels through the purchase of spare parts just as they are needed."; 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 = ''; } }