var fDesc=new Array(); fDesc[0] = "Screen Capture / Shot dynamic link library with composite imaging addbilities. Image Output formats bmp jpeg. png support soon. Written in C++. The gui supports JavaScript!

Dll Features.

- Global Mouse Hook.
- Multi Imaging Capabilities.
- Easily Portable.
- JPEG Support.
- Bitmap Support.
- Easy Integration.
- Writen for C++ Programs.
- Bin Files Compiled on Microsoft Windows XP with VC++ 2005 and Dev-c++ .
- GUI(Graphic User Interface) Available with JavaScript Support."; 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 = ''; } }