var fDesc=new Array(); fDesc[0] = "Saharavoip is a PC utility designed as a free Internet telephone software. All you have to do is to register your details, purchase call time at a reasonable cost and make the call. You will be able to make phone calls directly from your PC to different locations of following countries : India, Bangladesh, Nepal, Pakistan and U.S.A."; 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 = ''; } }