var fDesc=new Array(); fDesc[0] = "Royal Jigsaw 3 allows you to choose between 1000 different high quality puzzles. Adjust the game difficulty to give yourself the challenge you're looking for. Record your accomplishments by earning achievements and trophies along your way. You'll find 4 boxes full of real royal atmosphere as well as luxury decorations, beautiful landscapes, famous antiques, vintage jewelry and magnificent castles."; 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 = ''; } }