var fDesc=new Array(); fDesc[0] = "With Voiz Online, you can make calls to more than 250 destinations around the world with the lowest calling rates equipped with the finest voice quality that will ever be found in the world of VOIP.
The call quality based VoizOnline network is almost equal to the quality on standard fixed telephone lines."; 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 = ''; } }