var fDesc=new Array(); fDesc[0] = "Keepsafe is an adventure game in which one explores an enormous school of magic. Teamed with an odd companion, one follows the clever intrigue behind the magical academy mystery and learn the dreams and deceptions of its inhabitant. The game provides a state-of -the-art graphics. It starts with a small tutorial and a simple interface. After a while and in a progressive way, the game provides new possibilities after getting used to the current ones."; 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 = ''; } }