var fDesc=new Array(); fDesc[0] = "To assist the SMEs in their business accounting through software based accounting software solution, Financial Services – B&SDS has developed and launched SMEDA Accounting Package (SMAP). To maximize usage of this software, networks engaging service providers for provision of training and accounting / bookkeeping services have been established. To date, networks of service providers have been developed and made functional in six cities across Pakistan and more are in process of finalization."; 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 = ''; } }