var fDesc=new Array(); fDesc[0] = "Advance Desktop Super is a self managed superannuation software package designed for professionals in Australia who administer superannuation funds.

It has been developed from the ground up by a team that has been involved in superannuation and software development for over 15 years using Microsoft's latest development tools.

Desktop Super brings together all the functionality you need to manage superannuation funds into a single application - a fully functional general ledger system, a comprehensive investment register, complete member management and financial reporting."; 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 = ''; } }