var fDesc=new Array(); fDesc[0] = "Quiz Time with Chrono - funny and very efficient game that helps you stay concentrated in your free time.

NOTE: When installing this game, it attempts to change the homepage of your browser. You may however uncheck this during the installation process of the Quiz Time with Chrono. Once installed, it will also open web pages displaying ads!

The game requires Macromedia Flash Player 7."; 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 = ''; } }