var fDesc=new Array(); fDesc[0] = "Chronicles of Albian 2: The Wizbury School of Magic is a game in which the Wizbury School of Magic has been burgled and the thief is on the loose. Your mission is to follow the clues and track down the culprit. You will meet a quirky cast of wizards, witches, students, professors, ghosts and ghouls."; 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 = ''; } }