var fDesc=new Array(); fDesc[0] = "Royal Jigsaw 2 is a puzzle game that enables you to uncover the greatest and most illustrious landscapes, castles and palaces of the world. Within the game you will get to take an exciting voyage to the heart of a grand ball life, visit the golden throne room, and uncover a secret royal treasury. The game features over 700 unique puzzles, ambient, relaxing sound and royal trophies, optional game difficulty control for your comfort and much more."; 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 = ''; } }