var fDesc=new Array(); fDesc[0] = "The yetis overran the arctic homeland of the penguins and took many of them hostage. Now a lone penguin has taken his snowboard and races through the Yeti caves. He must free his friends and cut the yeti food supply. Penguin vs. Yeti is family oriented and action packed. With three difficulty levels, Penguin vs. Yeti offers a wide range of challenges to all skill levels."; 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 = ''; } }