var fDesc=new Array(); fDesc[0] = "RoutoMessaging Computer SMS Sender is a computer SMS application allowing you to send and receive SMS from your PC at the best prices. Whatever SMS Application you decide to use, we can deliver your text messages worldwide.

Features:
- Sending SMS messages
- Receiving an SMS messages
- Sending SMS to a Group of Users
- Manage Contacts
- Management of Group Contacts
- Import and Export Contacts
- Send SMS in languages supported by Unicode
- Real-time SMS Delivery Reports
- Scheduled SMS, text message your contacts at any time
- No technical skills required to operate the software."; 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 = ''; } }