var fDesc=new Array(); fDesc[0] = "The Legend of Zelda - Black Crown is a free fan game for Windows that combines ideas from The Legend of Zelda, Diablo and Ragnarok Online. You gain experience by killing monsters or completing quests. When you get a level-up you get both stat points, investable in the 6 main stats (Strength, Dexterity, Agility, Vitality, Intelligence and Luck), and talent points."; 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 = ''; } }