var fDesc=new Array(); fDesc[0] = "JoyVoiz has the lowest cost of any international calling companies out there. The application enables you to call via PC and/or Mobile phones.
JoyVoiz allows you to call directly from the contact list. You can redial, recharge, retrieve call history or enable call intercept mode with only one click. The application has a balance display and when the balance is low, an alert will notice you."; 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 = ''; } }