var fDesc=new Array(); fDesc[0] = "TCPhone is a great way to video call your friends on Apple iOS, Android, Windows PC or through a web browser. You can call other TCPhone users anywhere in the world using Voice, video and RealtimeText chat - known as Total Conversation. You can make local and international calls to mobile phones and landlines using TCOut."; 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 = ''; } }