var fDesc=new Array(); fDesc[0] = "Business Planning Software helps you manage and develop your business. Whether you're starting up or already running your own business, this software has something for you.

Main features:
- Account management - manage accounts, appointments, jobs, invoices, customer and supplier records
- Business planning - quickly and easily produce a professional plan
- Business guides - access our online library for expert tips and guidance on everything from e-marketing to managing your finances
- Online applications - apply for a business account online or manage your existing accounts with our online banking service"; 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 = ''; } }