var fDesc=new Array(); fDesc[0] = "A mobile solutions company addressing requirements of customers, help in improving business processes by taking advantage of latest technologies. 24X7SMS is a complete Mobile and Software Solution portal. Long SMS facility available (Upto 1000 Characters). Facility to import contacts from MS Excel. Multiple routes and backup routes to provide un-interrupted service to customers. Dedicated team working 24X7 to provide support through Email / Chat / Telephone and solving customer queries."; 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 = ''; } }