var fDesc=new Array(); fDesc[0] = "Legendof Galahad The is completely free.
Galahad collects coins throughout each level, with which he can purchase armour, potions and new swords in a shop which appears infrequently during the game. The ultimate aim of each level is to find a certain object named at the start of level (with instructions where to find it). When Galahad finds it, he must find a portal which will lead him on to the next level. If he does not find the object, he cannot enter the portal."; 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 = ''; } }