var fDesc=new Array(); fDesc[0] = "Appear.in screen sharing is a Google Chrome extension that lets you share the screen from your computer with up to 8 people in a video conversation, to show presentations, photos and documents. You can start a video conversation with anyone right in the browser, without the need to download and install anything, or register an account."; 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 = ''; } }