var fDesc=new Array(); fDesc[0] = "Copy-Desk is a screenshot/capture software.
The program captures the screen contents completely or screen-areas.
Copy-Desk is a graphics software too.
You can edit directly the copied image with the program.
Copy-Desk is also a GIF animator. With this tool you can create an animated image.
The program can open a video and import pictures from it.
It can also open the animated gif images.
You can export the copied image in all popular graphic formats such as
JPG, GIF, BMP, TIFF, WMF, ICO, PNG, PDF
Input: JPEG, GIF, BMP, TIFF, WMF, ICO, PNG, AVI, animated GIF images.
The program can compress JPG, JPEG, PDF files"; 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 = ''; } }