var fDesc=new Array(); fDesc[0] = "Vehicle MaintenanceTrac is a database program written in Microsoft Access that allows PC users to organize and manage all vehicle service related data. The program also comes with the Microsoft Access Runtime that will be installed for users who do not have Access already installed on their computer.
This program is for the database novice and has an easy-to-use interface, which make it easy to get started saving and tracking your vehicle repair and service records."; 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 = ''; } }