var fDesc=new Array(); fDesc[0] = "Auto Maintenance Pro is a Windows maintenance software system that makes it easy for you to track preventive and repair maintenance on your vehicles. Auto Maintenance Pro will notify you when maintenance due, keep track of your maintenance records, monitor your fuel ecomony, and more. Specifically designed for home use, Auto Maintenance Pro will track preventive and repair maintenance for up to 5-10 vehicles/equipment depending on your version choice."; 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 = ''; } }