var fDesc=new Array(); fDesc[0] = "Pro-Repair XRI-VIN is a professional business management software for vehicle repair shops. It provides information management tools for running your automotive repair shop and reduces the time you spend on administrative activities. It can improve your business work flow by tracking a sale all the way from generating the initial estimate to final invoice. Also, it has a built-in inventory database that will reduce storage, capital and shrinkage costs."; 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 = ''; } }