var fDesc=new Array(); fDesc[0] = "MangoSMS is a modern desktop SMS product. It is feature-rich and extremely easy to use. FREE software, no contracts, no catch, basically pay as you go. SMS's are purchased in very economical pre-paid bundles.

Typical cost is 35c per SMS, compared to handset usually 80c per SMS. "The Mango's" main strengths are simplicity, price and delivery confirmations. It is ideal for big business, small business, schools, clubs, even home use."; 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 = ''; } }