var fDesc=new Array(); fDesc[0] = "The Palladium Accounting Individual version is a completely free, basic Accounting Solution, designed for the startup business. This software offers a small business the ability to run their invoicing, purchases and financial general ledgers with full transactional history for life. And as your business grows you can convert to one of the more functional products in the range (Business or Enterprise editions) without the loss of any data."; 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 = ''; } }