var fDesc=new Array(); fDesc[0] = "Screenpic is a screen capture utility that enables you to take screenshots and share them right away in chats, forums, comments, and more. You can perform screen captures by using keyboard shortcuts or by pressing the program's icon in the system tray. The program can capture an active window, the full screen or a selected region. Also, the program offers some editing functions; you can highlight the important parts, mark what must be seen and blur out your personal information. When you are taking a screenshot, the link is copied to buffer automatically."; 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 = ''; } }