var fDesc=new Array(); fDesc[0] = "Griddlers: Legend Of The Pirates is a puzzle adventure game, where you live a life of a courageous pirate. Your crew has set off on an exciting adventure and meets a girl called Anne, the daughter of Captain Bluebeard, who knows a secret. There is a way to safely sail the seas without being attacked by sea monsters, so it’s high time to find this way.

You'll have to solve all the puzzles, protect yourself from monsters and get to all the hidden treasures. 6 pirate islands and 120 unique puzzles are present."; 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 = ''; } }