var fDesc=new Array(); fDesc[0] = "Auto Inventory is a fantastic way to organize your business, generate new prospects, better communicate with your existing customers, and greatly enhance your company's image.
"Auto Inventory" was designed for the specific use of non-franchised automobile and truck dealers both, wholesale and retail, to professionally and accurately track and manage their vehicle inventories and all their related expenses. Including sales, sales commissions, floor fees, packs, gross profits, split profits, and any other expenses related to your inventory."; 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 = ''; } }