var fDesc=new Array(); fDesc[0] = "Ovid the Owl Act I. This unique side-scroller immerses you into the world of Ovid, an owl whose wings were clipped. This is a high quality game that's both free and fun.vid the Owl’s wings have been clipped, and he’s on an adventure to find a surgeon that can help him to fly again. This game combines platforming, adventure, and puzzles and features a unique, cartoony graphic style."; 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 = ''; } }