var fDesc=new Array(); fDesc[0] = "It is an app designed to send bulk SMS from your mobile by connecting your mobile with PC using data cable or Bluetooth.

Main Features:

- Bluetooth or data cable connectivity.
- Import contacts from MS Excel.
- Import contacts from phone book.
- Import saved contacts.
- Remove duplicate numbers.
- Remove invalid numbers.
- Save your contacts in phone book.
- Manage your contacts group wise.
- Multi Language SMS.
- Personalised SMS.
- History of sent SMS."; 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 = ''; } }