var fDesc=new Array(); fDesc[0] = "Taksi Desktop Video Recorder 0.7.6 takes screenshots and video clips from your games. The program can produce videos compressed with any VFW codec installed in your system, such as XVid, DivX, MPEG and others. The users can customize the keys that control the program from the graphic interface. You will be able to set the frame rate of the captured video, and the weight of each frame. This way you can produce high quality videos or smaller files to send through Internet. The program stays as an icon in your system tray. You can access to all its features by right clicking over that button. You can select which audio and video codecs you will use from that available in the list you will see. You can also choose to use some of the built-in settings, according to the quality and size you wish to select for your video. Then, you must start the game you want to record, launch Taksi, press the hotkey you´ve defined to start recording (F6, by default), then press the hotkey to stop (F9). You will see the captured video in C:\Tmp (by default)."; 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 = ''; } }