var fDesc=new Array(); fDesc[0] = "Otherworld: Omens of Summer Collector’s Edition is an entertaining game in which your mission is to join Fiona, a young girl born with magic, as she stops dark creatures from taking over the world. You can find magical artifacts that will stop the Shade for good, solve tricky puzzles and explore fantastic landscapes."; 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 = ''; } }