var fDesc=new Array(); fDesc[0] = "AUTOSOFT plus contains Job Card, with History Card, with frame Number which enables
you enter all the details related to the Vehicle possessor. History card reveals the arrival of the customer, complaint made by him and action taken by the Service center. Spare parts changed, the date on which the vehicle possessor gets the service, the next due date. In fact it is a reminder to bring your service at door step of your esteemed customer."; 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 = ''; } }