var fDesc=new Array(); fDesc[0] = "Toontown Infinite Test is an adventure game based on the Disney's version. The game combines the ideas of the old-style Toontown and the new-style of Toontown with the new ideas of the developers, and fanbase. It allows you to explore the cartooned styled world of Toontown, play games, make friends, and fight cogs with gags to protect the town from becoming a corporate capital."; 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 = ''; } }