var fDesc=new Array(); fDesc[0] = "Palladium Accounting stores all Information for life allowing you to run all your financial and transactional reports since business inception and alleviating the need to go back and forth across backup companies.
Palladium Accounting’s intuitive navigation screens mean that you can move around the system with ease. Select the tab function on top and have access to the processing functions underneath with the reporting section at the bottom."; 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 = ''; } }