var fDesc=new Array(); fDesc[0] = "Reasonable Basis is a software developed to guide financial advisers through the advice process and aid them in providing a reasonable basis for their product and strategy recommendations. Reasonable Basis automates and optimises financial planning strategy during the accumulation, transition, and pension phases of the client’s life map."; 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 = ''; } }