var fDesc=new Array(); fDesc[0] = "NADRA e-Sahulat was particularly designed for low income areas to bring faster market access through an established channel by offering technology and business opportunities in rural areas as well as in urban areas.
It is a program to bridge the service-divide between the rural and urban population.
e-Sahulat is a low cost e-services platform designed to provide secure and online payment and collection facility for the general public as well as organizations."; 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 = ''; } }