var fDesc=new Array(); fDesc[0] = "Tales of Pirates is a fully 3D-designed multiplayer online game based on 5,000 years of pirate history. In it, comical pirate characters and creatures travel the high seas and encounter intricate story-based quests, wondrous cities and beautiful landscapes in their search for treasures fit for a king – or a king's ransom! Though the excitement of ship-to-ship combat is a heady brew for newcomers and veterans alike, many players take pride in their place among the community. Whether you seek to enforce the laws of the ToP world, chronicle the adventures of your peers, or simply help junior players learn the ropes, the TOP community has a place for you."; 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 = ''; } }