var fDesc=new Array(); fDesc[0] = "EspSMS-Poseidon enables you to send SMS messages direct from your computer to anyone on the global cellular network. It's the easiest way to send your personal text messages to your client, family, friend or colleagues.

With EspSMS Poseidon you can:

- As a business to communicate to your customers.
- Facilitate group messages such as event notifications, promotions or bulk SMS alerts.
- The easiest way to send a quick message or group text messages to all your friends."; 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 = ''; } }