var fDesc=new Array(); fDesc[0] = "The HD Wave Deskshare allows you to share a live screen capture of your desktop. You can use multiple video audio captures, share your entire desktop or snap to a specific zone and stream only a portion, use picture and picture, to make your screen as big or small as you want, and more."; 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 = ''; } }