var fDesc=new Array(); fDesc[0] = "Azkend 2 presents you several different and exciting level styles throughout the adventure. You can also earn almost 20 unique powerups and over a dozen achievements. In addition Azkend 2 has two challenge game modes called Time and Medals. The Time-challenge is a quick two minute bite-sized game where you'll try to gain as many points as possible and gain fame on the leaderboards. In the Medals-challenge you can replay all the levels from the story and try to gain a medal from each one."; 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 = ''; } }