var fDesc=new Array(); fDesc[0] = "AutoLogic is a computer software progran that was started in 1980 to print finance contracts for Ford Dealers. It has been expanded to the point that it now starts tracking the inventory the day you buy the car, then tracks all repairs, floor plan fees. You have to option to print the inventory list in several sort orders with different information. On sales you have the option to Wholesale, Finance, Lease or sell for Cash and the system will calculate all the numbers and print all forms. If it is on the lot financing you may print a payment cupond book, collect payments, auto post late fees, auto add to colections and print several late list. There are several built in reports and a washout report. We also program all your forms when we sell the system. Custom reports and special forms are also available."; 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 = ''; } }