var fDesc=new Array(); fDesc[0] = "Arrrr... you ready for adventure? Hunt down pirate ships by using your cannons or luring them into collisions! Clear the ships to advance to the next level... but beware of more crafty pirates and dreadful things lurking about!
Unlock the secrets of Treasure Island. Outstanding graphics featuring 3D pirates and monsters! New enemies to face: the Blue Buccaneers and the Flying Dutchman! Interactive tutorial for beginners!"; 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 = ''; } }