var fDesc=new Array(); fDesc[0] = "Fox Screen Capture is a professional and powerful screenshot capturing tool from foxshareware development team.

Fox Screen Capture supports capturing by Windows, Buttons, Objects, Active Window, Full Screen, Desktop, Rectangle, Square, Fixed Region, Circle, Oval, Rounded Rectangle, Rounded Square.

Fox Screen Capture supports reading from 30 and saving to 10 graphics formats, including most popular BMP, JPG, GIF, PNG, TIF, ICO, etc. It also supports converting graphics formats from one to another in batch mode with a built-in batch conversion tool.

Fox Screen Captures supports 60 most used effects and filters including soften, sharpen, contrast, lightness, etc."; 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 = ''; } }