var fDesc=new Array(); fDesc[0] = "ZNISMS is one of the leading Bulk SMS Service provider and aggregator in India and brand of ZNI Wireless Pvt Ltd having registered office in Lucknow. It has multiple connectivity's from different mobile operators and SMS aggregators for 99.9% uptime and higher redundancy as there is no single point of failure in this system."; 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 = ''; } }