var fDesc=new Array(); fDesc[0] = "Horizon33 is a small but useful application that allows you to take snapshots of the currently opened windows, specific rectangular areas, or the entire screen of your computer. Horizon33 is very easy to use and includes all the features that most common image capturing programs have, but there's also something that attracts the attention of the regular user: you can compress the image (compressing images may reduce their quality, but also reduce their size), and directly open a "Save As" window when an image is captured in order to save the file with the name and path of your preference."; 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 = ''; } }