var fDesc=new Array(); fDesc[0] = "Umbrella Adventure is a hand-drawn, hand-animated adventure-platform game.
A story of friendship, trust, adventure and confectionery. Travel across land, air and water, through the darkest, deepest corners of the Forest, in wind, rain and snow, to solve the mystery of the theft of over one hundred delicious cakes, through a world brought to life by rich atmosphere, immersive soundscapes and detailed visual effects, presented in greyscale widescreen."; 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 = ''; } }