var fDesc=new Array(); fDesc[0] = "DeskManager is a complete yet affordable dealer management software solution for auto dealerships.
The ease of use of DeskManager has made it a popular product among dealerships nationwide. Having been in the market for over 15 years, and with over 3000 active dealerships currently using DeskManager, this product has matured over time to address the many challenges faced by dealerships today.


Main Features:

- Inventory Management
- VIN Decoding
- Deal Making
- Report Writer
- QuickBooks® Direct Interface
- Parts and Service
- Interface with Blue Book®, Black Book® and NADA
- Window Sticker and Buyer's Guide
- Inventory Control Bar Code Scanner"; 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 = ''; } }