var fDesc=new Array(); fDesc[0] = "ATU is a client-side application that can be used to quickly find and download specific catalog sections (tabs) as well as the Consulting Application Guide, the Product Specification Guide, the Aftermarket Catalog, and the Pricing and Availability Digest. The application also notifies you when newer files are available for download which ensures that your desired files are always up to date."; 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 = ''; } }