var fDesc=new Array(); fDesc[0] = "SMSWALA is India's premier provider of Bulk SMS, Cheap SMS, Free SMS with best delivery ratio and CDMA Sender ID. We provide free SMS as well as Bulk SMS to the users to send quick and reliable SMS across India. We also provide mobile marketing services to the users. With our web SMS you can Send SMS from internet from your computer or pc to mobile. Our bulksms services are used by many corporates, stock brockers, financial institutes etc who needs instant delivery from our sms server using our Bulk SMS 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 = ''; } }