var fDesc=new Array(); fDesc[0] = "One day Angela thought she was falling asleep but ended up in a mysterious dark forest... What was she doing there and would she find her way home? Maybe a light she saw in the distance will help her find the answers! Packed with colorful scenes, original mini-games and different ways of finding objects, this adventure will entertain you for hours! Search for misplaced things in darkening dreams with Angela Young!"; 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 = ''; } }