var fDesc=new Array(); fDesc[0] = "At the Halloween fair everyone is having fun, until a nefarious pirate captain casts a ghostly spell over the festivities, transforming the revelry into a spooky and spectral affair. As you and your friends find yourselves trapped you must explore the haunted landscape to find the pirate captain responsible. Will you be able to save the fair and expel the curse?"; 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 = ''; } }