var fDesc=new Array(); fDesc[0] = "At the edge of the forest lies a small Woodville town. One day the town became shrouded in mist and no one could pass through. Citizens began to disappear, one by one and fear gripped the town. However hope still lies within one orphaned child. Shadows may have taken his parents and his only friend, but it was unable to take his courage. Walk through the fear and darkness to restore his family. Unravel the mystery of the Shadows and free the town from their dreadful fears."; 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 = ''; } }