var fDesc=new Array(); fDesc[0] = "If you like Pirates - there is something for You. Enjoy free jigsaw puzzles with one of the famous pirates of the Caribbean and whole world: Blackbeard, Major Stede Bonnet, George Lowther or Henry Avery... As a special bonus is here for you real pirate Flag! Game is very easy to use, you can control everything only with mouse. Pirates of Caribbean and World Puzzle 2 is running well on every PC with Windows and contains no viruses or adware. What is the best on this game? Its completely free - so dont wait and download it right now!"; 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 = ''; } }