var fDesc=new Array(); fDesc[0] = "RecognizeAKB48Members is a simple AKB48 related PC game for Windows 7/Vista/XP. In fact the sister groups SKE48, NMB48 and HKT48 are also supported. In the game pictures of the members are shown and you are trying to identify as many of them as possible before the time runs out. When you successfully recognize all the members of AKB48 Team A, you will unlock AKB48 Team K. And so on. If you get perfect score on all teams, you will unlock "All teams" to recognize."; 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 = ''; } }