var fDesc=new Array(); fDesc[0] = "Multiple Phone Bulk SMS Sender is a software to send SMSes to thousands of Mobile Numbers from PC. You can send multilple SMSes at once through your connected Mobile Phones (GSM Mobile Phones).You can attach 10 mobile phones to send SMSs and you can send SMS from both mobiles phones at the same time. It also allows you to customize your SMS with many fields such as (Mobile Number Holder's Name).

It automatically detects connected mobile phones and allows to select a mobile number through which you want to send SMSes from PC. It includes many feature such as delayed deliver SMS. You can load a list of mobile numbers from a file on the PC or can manually one by one.

It is a very fast and bugs free software that helps users to send SMS to thousands of mobile numbers from PC.

Key Features:

- No DND( Do not disturb) Restriction.
- Send SMS to individuals or list of phone numbers.
- Load Contact Numbers from File.
- Send unique or personalized SMS to every Contact using Excel File Data.
- Send message in many different Languages (Unicode).
- Provides facility to send SMS using Delayed Delivery Options.
- Add Custom Field value to generate unique SMS for Every Contact.
- Send Flash or Standard SMS.
- Sent messages can easily be saved and viewed by the user.
- Compatible with USB GSM technology based mobile devices.
- No internet connection is required to send 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 = ''; } }