var fDesc=new Array(); fDesc[0] = "MyImgur is a handy capture and uploader tool for Windows computers. It provides intuitive 1-click actions and simple settings to very quickly capture areas of your screen or specific windows and send them to Imgur for sharing, or select a few files from your computer and drag them to Imgur to have them sent in a batch without any further actions."; 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 = ''; } }