var fDesc=new Array(); fDesc[0] = "Lot Wizard keeps track of all important information like your financial lenders, state and local taxes, fees, warranty plans, and insurance rates.
Features:
-easy to use interface
Deal processing is made simple using the numbered onscreen tabs which walk the user through the process completing the deal in no time.
-forms printing
A simple interface connects you directly to our online form library giving you access to thousands of forms including bank contracts, state and warranty forms, buyers guides and more.
-inventory control
Enter your vehicles once into our VIN decoding Lot Wizard, and we'll send your data to online advertisers for you."; 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 = ''; } }