var fDesc=new Array(); fDesc[0] = "Pestering Birds is an action-puzzle game that takes you on a wonderful adventure across the world of cute Birds. Explore 3 unique gameplay modes, with various bonuses and surprises. Funny sparrows will try to distract you, by resorting to various tricks, making laugh, gladden, surprise and delight! The game is full of thrilling sounds, vivid graphics and picturesque settings."; 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 = ''; } }