var fDesc=new Array(); fDesc[0] = "Gloomy Magic Forest is an action game with RPG elements. The main character on the hunt got lost in the forest and finds himself in the Misty Forest. The forest is full of enemies, but the hero is an experienced hunter, so he's not just going to give up! He has a faithful bow arrow and if the arrows suddenly run out an axe as backup. Find the way back to the city through the Misty Forest. A lot of enemies and dynamic gameplay will keep you entertained for hours!"; 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 = ''; } }