var fDesc=new Array(); fDesc[0] = "Winworks AutoShop was developed in the early 1990s and introduced as the first Windows-based shop management system and the first to integrate with QuickBooks. Since that time and over 15 upgrades later, Winworks AutoShop continues to have a feature-set unmatched in the industry. Many of the time saving and profit enhancing features are suggestions from shop owners and service writers like you! It is this continuous improvement and exceptional customer service that has produced a loyal following and rave reviews from our users."; 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 = ''; } }