var fDesc=new Array(); fDesc[0] = "Al Bunny's Typing Class V3 is here to make learning typing a journey filled with joys, not only for you, but for all of your family members. In Al Bunny's Typing Class V3, there are two typing games, Racing Game and Battle Game, allow the users on different computers to play together. So parents can have fun with their children, brothers and sisters can play together, while becoming proficient in typing."; 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 = ''; } }