var fDesc=new Array(); fDesc[0] = "SyncTrayzor is a little tray utility for Syncthing on Windows. Syncthing replaces proprietary sync and cloud services with something open, trustworthy, and decentralized. It hosts and wraps Syncthing, making it behave more like a native Windows application and less like a command-line utility with a web browser interface. The program has a built-in web browser, so you don't need to fire up an external browser."; 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 = ''; } }