var fDesc=new Array(); fDesc[0] = "The Prijector desktop app allows you to configure and control the Prijector device. It enables you to share your full-screen and present wirelessly from tour computer, run video conferencing apps like Skype, Microsoft Lync, Google Hangouts, and more. Also, the program provides guest WiFi connectivity, integrate existing conference room equipment, among other features."; 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 = ''; } }