var fDesc=new Array(); fDesc[0] = "Flintstones is a platform game based on the famous Flintstones series. The game features many original Flintstones characters, such as Fred, Wilma, Barney, and others. The large levels are divided into smaller stages.

In the end of each level there is a boss battle. The gameplay involves mostly jumping and hitting the enemies on the heads with a club. The health is measured by hearts. During the game Fred will find many useful items, including some that will increase his health level.

Fred is easy to control, and his ability to club enemies and climb ledges goes a long way towards making the gameplay feel different from other titles in the genre."; 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 = ''; } }