var fDesc=new Array(); fDesc[0] = "Gameplay Time Tracker monitors information about the games that you have played on your PC. It stores the start and end times of running a game to that you can view the statistics regarding the total runs count, last gameplay duration, total gameplay duration, and other data.

Gameplay Time Tracker considers all full-screen mode applications as games; it scans your system for any information on that game including title, description, developer/publisher, icon file. Since this does not automatically detect windowed games, you can add them manually."; 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 = ''; } }