var fDesc=new Array(); fDesc[0] = "ShareX is an open-source screen capture and file sharing tool. It lets you take screenshots of desktop, active Windows, selected region, or scrolling web pages. After capturing, you can upload the files to FTP servers and cloud storage sites, such as Dropbox, OneDrive, and Google Drive.

You can define hotkeys for starting and stopping screen recorder, and automate tasks such as uploading to websites."; 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 = ''; } }