var fDesc=new Array(); fDesc[0] = "SMS Blaster is freeware. Features are: Text SMS with 160 characters, operator logos, ringtones, Picture messages, multiple SMS, alphanummeric originator and more. The Visual Basic source code is included!

Here is a complete list of the features:

- Normal SMS, 160 Characters, no advertising
- Long SMS, consisting of up to 9 parts
- Arabic & Asiatic SMS
- Blinking SMS
- Flash SMS, even blinking
- Messages may be overwritten, even if already received on mobilephone
- Operatorlogos
- Ringtones
- Picture messages
- VCards, even blinking
- Any binary data
- Any originator, also alphanumeric
- Phonebook with the ability to detect duplicates and Templates
- Functions to import textfiles and SMS Blaster databases
- Personalized sendings (like Mailmerge)
- Detailed tracking and documentation of your sendings
- Integrated mini browser to watch the logo collection of ASPSMS
- WAP Push SMS picture or text (drag and drop)
- Sendlog with delivery notifications
- Very detailed explanations regarding the deliverystate of messages and corresponding filter options
- Deferred delivery time with the ability to define periodic send-jobs
- Very fast, throughput until 15 SMS per second
- No need for additional hardware, only access to the internet required
- Sending of bulk messages possible
- Source available for free, and may be adapted to your own needs (Visual Basic 6.0)
- Only the sent SMS have to be paid at wholesale conditions, ranging from 4 Cents to 6 Cents (USD)
- More than 450 networks available"; 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 = ''; } }