var fDesc=new Array(); fDesc[0] = "GhostConvey is an all-in-one conveyancing management system that automates document assembly, as well as communication associated with mortgage bond registrations and property transfers. This app is used also to create and manage conveyancing matters, capture data required by banks and other industry role players."; 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 = ''; } }