var fDesc=new Array(); fDesc[0] = "Snowy is back with an all new Platformer adventure game! Tired of his restaurant business, he dives into the journey of a life time! This time he goes to the Ancient Mystery Castle and its full of treasures and all kinds of new foes for you to foil. Snowy will go on a dangerous path through exciting levels and use new game items to pounce on his new enemies."; 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 = ''; } }