var fDesc=new Array(); fDesc[0] = "The most part of dry land disappeared under the water in result of chain man-caused cataclysms. The planet was flooded with disgusting monsters. And the ruthless pirates have seized the power over survived people You are the captain of a frigate and youre furrowing the boundless seas. The sea way is full of dangers and as the captain of your own pirate bands, you should load your ships, explore unknown territories, attack your opponents, amass gold, upgrade armour and etc."; 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 = ''; } }