var fDesc=new Array(); fDesc[0] = "Captain your very own pirate ship on a Caribbean voyage. Use your word skills while fighting pirates, Arrr! As runaway pirate, Captain Lucy, you must embark on an adventure throughout the Caribbean to restore your father's name. Earn a reputation as a fearsome pirate with a mighty ship to command. Defeat your enemies and learn to talk like a pirate, Arrr!"; 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 = ''; } }