var fDesc=new Array(); fDesc[0] = "The F1000Workspace desktop app is a lightweight app that allows you to upload PDFs to your list of references and project folders. It also allows you to set up a Watch Folder on your machine to automatically upload any PDFs you save there to your list of references, which you can later access by logging in at f1000.com/work on any web 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 = ''; } }