var fDesc=new Array(); fDesc[0] = "MO-Call is a complete communications solution that can save you up to 95% on your phone bill. Stay connected and call your family and friends anywhere in the world.
The MO-Call app for computers lets you make free calls to other connected MO-Callers, really cheap calls and SMS to mobiles and fixed lines and connect to your favorite instant messengers.

Log in securely to your MO-Call, Windows Live (MSN), Yahoo, ICQ, Facebook accounts and chat to all your contacts in the same place at the same time."; 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 = ''; } }