var fDesc=new Array(); fDesc[0] = "Sonic Quiz 3 is a mini quiz game about the Super Sonic the Hedgehog from Sega and his friends. Answer the questions about the different sonic series games and characters, like Tails, Knuckles and Robotnik in this small fangame
Answer the questions about the different sonic series games and characters, like Tails, Knuckles and Robotnik."; 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 = ''; } }