var fDesc=new Array(); fDesc[0] = "Botanica: Earthbound Collector's Edition is a hidden object puzzle game where you play with 2 characters. Play as Ellie Wright, a botanist looking for her father who disappeared 20 years ago. And play as Ian Garrett, a scientist who is trying to get back to his daughter on Earth. Follow their journey as they try to find their way back to Earth, a move that leads them straight into the volcano's path."; 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 = ''; } }