var fDesc=new Array(); fDesc[0] = "Voxeet is the ideal solution for people who regularly conduct conference calls. With this program you can sort contacts in groups and easily connect and invite participants from the address book on iPhone, by email or by inviting your Facebook contacts. You can organize the virtual conference table to your liking by moving users’ avatars around the virtual conference table so that you always know who’s talking."; 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 = ''; } }