var fDesc=new Array(); fDesc[0] = "In this game you will end a centuries-old war between the Guardians and the Clan of the Nine. You will play as the Last Descendant of whom the legend foretells, the one who will stop the darkness that haunts Prague. Additionally, you will take on dark enemies and solve perplexing puzzles as you explore the gorgeous city of Prague."; 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 = ''; } }