var fDesc=new Array(); fDesc[0] = "Gregion is software for 3D Game Capture. (Direct3D, OpenGL). You can make a video file(AVI,WMV,RM,MOV) from 3D games by Gregion.

Main features:

- Take a screenshot from 3D Games. (BMP, JPG, PNG)
- Make Movie file from 3D Games. (AVI, WMV, RM(RMVB), MOV)
- Apply Codec(DivX, XviD, ...) to the video stream in real time.
- Make an optimal AVI file by Gregion Converter after Lossless capture.
- Can include a Mouse Cursor and User Logo and Date Time in the video stream.
- Can include a User Informations in the video file.
- Can reduce the video for capture.
- Can reserve a time limit for 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 = ''; } }