var fDesc=new Array(); fDesc[0] = "You can record entire screen with “Desktop” recording function. You can record a specific window with “Window” recording function. You can record a specific rectangular region with “Box Area” recording function. You can record voices using a microphone. Dr.Capture can record gameplay.

You can capture entire screen with “Desktop” capture function. You can capture a specific window with “Window” capture function. You can capture a specific rectangular region with “Box Area” capture function. You can crop a specific region from ​​the entire screen image with “Crop Area” capture function."; 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 = ''; } }