var fDesc=new Array(); fDesc[0] = "VoizAmerica is a voice software program that allows the user to make calls to more than 250 countries all around the world with competitive calling rates and user friendly dialer. The system has a superb voice clarity and allows the user to keep in touch with family and friends all over the world."; 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 = ''; } }