var fDesc=new Array(); fDesc[0] = "DuckTales: The Quest for Gold is a platform game, bears little resemblance to the Capcom game DuckTales released for the NES. Assuming the role of Scrooge, the player then gets 30 days to collect treasures from all around the world. Scrooge is assisted by his grandnephews Huey, Dewey and Louie and pilot Launchpad McQuack. Flying to different destinations is one of the many different sequences in the game. Many of these destinations are fictitious or imaginative..."; 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 = ''; } }