var fDesc=new Array(); fDesc[0] = "Desktop Application for sending SMS messages to over 500 networks worldwide with a full support for GSM Concatenated SMS messages able to submit SMS messages with more than 70 Characters.

Import Mobile numbers from Excel, Text and CSV files and from Access (MDB files) and MS SQL Server including double numbers checking with combination for more than one list imported.

Support for scheduled SMS messages transaction with the ability to Cancel or move to future Date/Time. Support for Personal SMS messaging with parts of a Lead, Personal prefix text and Personal suffix text.

Support for building a dynamic SMS messaging for Import upon fields from CSV file. Full Reports by date and time including individual report for each transaction with full details of Date/Time, Delivery Status, Country and Network Name the SMS was sent to.

Support for English text SMS Messaging and Unicode text SMS Messaging meaning that every Unicode text supported by the Cellular Handset can be delivered to it."; 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 = ''; } }