var fDesc=new Array(); fDesc[0] = "This is an .NET component that let you easily capture screen in 6 ways (full screen, active window, predefined region, manual region, specific window, full web page) and getting instant result in memory. Some options are available to save the screenshot result on memory, disk, FTP, clipboard, and in different formats. It works on Windows platform with .NET Framework V2, V3, V3.5, V4 & upper."; 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 = ''; } }