var fDesc=new Array(); fDesc[0] = "The goal of DeskKing is to help you close a deal quickly and easily. Working a deal with traditional methods means calculating payments, searching for inventory and making phone calls; all of which can be time-consuming hassles. All of this extra work takes away from the bottom line and keeps you from getting to the next deal. With DeskKing we have all of the tools you need to configure a vehicle, check inventory and calculate a payment built right in.

Because DeskKing simplifies the car-selling process, you and your customer save time. By building all of the processes of car sales into one software application, DeskKing eliminates the hassles of the traditional sales process."; 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 = ''; } }