var fDesc=new Array(); fDesc[0] = "Pearl diversion is a great game for the kid inside of every body. Like a bowling puzzle you must help little octopuses to collect pearls and defeat the Black wizard. This game is very easy and fun. The main screen allows you to play a limited time mode or a statistics story mode, you can check help, see high scores and set options like music, sound, full screen and show hints. The main objective of this game is to place your pearls in groups with same colored pears in order to collect them. To play is very easy, all you need is your mouse, move your mouse over the place you want to throw your pearl and like a bowling you will place your pears in groups to collect them. If you make bigger groups you will get more points and space in the screen, you must finish all the pearls at your board to reach other levels. Match the pearls in groups fast; if the pearls come over you, you will loose life. To defeat the dragon and Black wizard you must reach all levels in the map, and you will get expert collecting to fight against evil."; 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 = ''; } }