var fDesc=new Array(); fDesc[0] = "Catch 3D is software for 3D (Direct3D, OpenGL) capture. (3D Game, etc.)
Catch 3D makes out movie file(AVI, WMV, RM, MOV) from 3D game.
* If 2D's capture, use Capture Solution.

Main Function

Catch 3D

Can capture 3D screen to AVI or WMV, RM, MOV file.
Can capture 3D screen to image file. (BMP or JPG, PNG)
Can capture together mouse cursors and audio.
Can capture changed area for moving mouse.
Can apply various Codec of AVI file and capture.
Can store by extension and reduced size.
Can denote user logo at capture.
Can precontract length(time) of capture."; 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 = ''; } }