var fDesc=new Array(); fDesc[0] = "The Fun Pack: Olly is an underwater logical puzzle game. Olly is a little yellow submarine and your companion in this breathtaking exploration. You travel to the different countries and discover what mysteries and treasures keep the sea and ocean bottoms.

You will travel to France, Brazil, Egypt and other to play lots of puzzle games and have fun."; 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 = ''; } }