var fDesc=new Array(); fDesc[0] = "SMS Xplod is a Powerful and easy to use Bulk SMS Software that provides a comprehensive solution to send bulk and group text messages from computer to mobile phone users via Internet. SMS Xplod software allows you to stay in touch with your Clients, Prospects, Employes or Family members located globally by sending messages related to Promotions, Business meetings, event reminders, market news, seasonal greetings, emergency alerts etc.

SMS Xplod software can be used by Banks, Insurance companies, Real estate sector, Job agencies to keep updating customers about new schemes, product information, job alerts, discount offers etc. Highly efficient SMS Messaging utility works with all telecom operators and other well-known brands."; 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 = ''; } }