var fDesc=new Array(); fDesc[0] = "SnagIMG is a Windows screenshot upload tool that increases your options when taking a screenshot using the PrintScreen hotkey. When you press PrtScr or ALT PrtScr on your keyboard you are presented with a selection of choices of what to do with the screenshot you just took. It also provides a history of all uploaded screenshots."; 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 = ''; } }