var fDesc=new Array(); fDesc[0] = "With Quobi you can record PC, Console, and Flash games at the touch of a button. Once recorded you can watch them back in the Quobi player (or your default player) and add effects using the Editor. By selecting PC Mode you can record your DirectX 8, 9, 10 and OpenGL games. When using PC Mode you can also screenshot your games (default: F10) and benchmark test your games (default: F11) by pressing the hotkeys. Selecting Console Mode you can record any console via a capture device. By selecting Flash Mode you can record your browser-based flash games in Chrome, Firefox, Internet Explorer, Opera, and Safari."; 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 = ''; } }