var fDesc=new Array(); fDesc[0] = "Sky Dale is a time management game where you'll explore strange flying islands. After a plane crash it’s time to look around and decide what to do next. You appear on the flying island and your main aim here is to survive and save poor animals from disgusting fog. You must get the tasks and complete them to discover new powers and skills. To complete the tasks, you need to clear territories, build structures and even travel to the distant flying islands."; 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 = ''; } }