var fDesc=new Array(); fDesc[0] = "Egnyte WebEdit is a browser plugin that allows you to select a file from Web UI and automatically open it in its native application. Changes you save will automatically appear in the cloud as new versions. It is ideal for users who need to edit files on their desktops, but don’t want to install Map Drive or Desktop Sync."; 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 = ''; } }