var fDesc=new Array(); fDesc[0] = "DuckCapture comes with four capture modes that make screen capture easy! Capture a window on your screen, region of your screen, or the contents of a tall web page that scrolls. Moreover, you can change your captured area or add more areas to one image. DuckCapture allows you to add annotations and informative text by marking the area. When finished, you can save to file, copy to clipboard or print out directly. Functionality of DuckCapture can also be extended by scripts, e.g. using email or FTP to upload or send to a specific position."; 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 = ''; } }