var fDesc=new Array(); fDesc[0] = "Enchanted Kingdom: Fog of Rivershire Collector's Edition is a puzzle adventure game. The citizens of Rivershire have been infected with a terrible disease that is slowly turning them into monsters. Because of your magical immunity, you are the only person that can heal the townsfolk and stop the infection from spreading across the entire kingdom. You must locate the source of the infection and return the town to normal before it’s too late."; 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 = ''; } }