var fDesc=new Array(); fDesc[0] = "This guide is related to an existing game known only as The Impossible Quiz FGC. In this quiz you will find some hints and tips on winning the game. In the quiz itself you'll have to solve the intricate questions in the interesting trivia game. The quiz is the direct sequel to a previous quiz game known only as The Impossible Quiz PGI. In the game you will need to progress through the game and answer all of the questions correctly."; 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 = ''; } }