var fDesc=new Array(); fDesc[0] = "Speech and visual communication tool for the net. You can talk naturally over the Internet like you do over the phone - but for free - plus visually communicate your emotions and facial expressions via compelling 3D characters.
3D talking heads act and speak in synch with your voice and true-to-life behavior, providing enhanced level of expressiveness simply not possible in a text-based chat. 3D characters you choose also empower you to decide whom you want to become online. Be James Bond, US President, or a beautiful model today"; 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 = ''; } }