var fDesc=new Array(); fDesc[0] = "You will be able to see & hear your friends and family as if they were in the same room, no matter what part of the world you are calling to. Why just talk when you can see each other as if they were in the same room? Make video calls with your family in Australia, your friends in Spain or your colleagues in Japan, for free. It is the best alternative when you cannot be present."; 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 = ''; } }