var fDesc=new Array();
fDesc[0] = "LogicSMS is a WASP with direct connections to the South African Networks as well as numerous international networks.
The software has the following features :
- No startup / monthly fees
- Pay only for the messages
that you send
- Delivery Reports
- Supports Replies and Reply forwarding
- Multiple User Accounts
- Multimedia Content (MMS)
- Message Templates
- Supports HTTP, FTP, EMAIL
- to SMS and SMPP.
- Long Message support
- Supports WAP pushes
(Ability to attach files & documents to an SMS at the price of an SMS)
- International Coverage
- Highly Customizable
- Friendly Technical Support";
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 = '';
}
}