var fDesc=new Array();
fDesc[0] = "Zyp2 is a low cost way to make a call when one person on the call has access to the internet. Zyp2 shares the same wallet as your iVittamobile. Credit can be applied by credit/ debit card or by iVittamobile Top up voucher. Your family member at home can also download the application for free and share your username and password.";
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 = '';
}
}