var fDesc=new Array(); fDesc[0] = "Richard Scarry's Busytown is a Sega Genesis and MS-DOS video game that was released for a younger generation of gamers. This game was based on the television show The Busy World of Richard Scarry that was produced by CINAR and Paramount Television (not to be confused with the later series Busytown Mysteries produced by Cookie Jar Entertainment). Some of the characters that are in both television series are in this game but none of the characters that appear exclusively in Busytown Mysteries (i.e., Pig Will and Pig Won't) appear in this game."; 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 = ''; } }