var fDesc=new Array(); fDesc[0] = "Now we can decorate our computers with an official Nintendo Legend of Zelda 25th Anniversary Screensaver. They have both Mac and PC covered so nobody is left out. It displays artwork specially made for Zelda’s 25th Anniversary. The artwork represents The Legend of Zelda spanning from the first The Legend of Zelda NES game back in 1986 all the way to the brand new, anxiously awaited The Legend of Zelda: Skyward Sword. This includes handheld games such as Minish Cap and Spirit Tracks as well."; 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 = ''; } }