var fDesc=new Array(); fDesc[0] = "X1 Search is a desktop search client that provides fast access to your documents and emails. You can easily find emails, desktop files, remote file shares (e.g. Box), SharePoint data and more in a single interface with hit highlighting and full-fidelity preview of results. The program unifies search results across desktops, network file shares, email, cloud sources (e.g. Box, AWS), and more, enabling you to preview and act upon information no matter where it lives."; 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 = ''; } }