var fDesc=new Array(); fDesc[0] = "Lease finance calculator geared for use by the Lease Professional. Simple to use with classic lease payment functions.

Set commission and Yield/rate
Simple to use
Concurrent calculations
Save Calculations
Summary of results including tax savings and more
Monthly or quarterly payments
Tax summary
Reverse calculate capital cost or commission from a lease payment

Also provies a gateway to the extended services from YourLeaseCalc.com for the creation of your own corporate Vendor App in just a few minutes.

Create your own Corporate Branded Lease Finance Calculator App
With a few simple steps you can create you own bespoke Professional lease finance calculator that can be installed on iPads, iPhones, Smart Phones, Tablets, Android devices, Desktop PC's and Laptops. If you choose you can upload your own corporate logo and select a theme to create a branded calculator that looks like an App you have had developed for sole use by your organisation but without any development cost and time!

Send your Suppliers/Vendors your App
If your organisation promotes Vendor/Supplier relationships you can also forward a 'light' version of your App to your Suppliers/Vendors. This simple version will also have your branding and look like your own App but with hidden commission and yields/rates which are set by you for each Supplier/Vendor calculator you send. Having your branding, contact details and a Customer proposal form the App is not just a fantastic promotional tool but it also ensures all their business is referred back only to 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 = ''; } }