var fDesc=new Array(); fDesc[0] = "Visit the most beautiful cities in the world while playing Jigsaw Tour 4. In this game you need to match the whole puzzle from chaotically thrown pieces. Use power-ups to make the process easier and try to get the whole picture the soonest possible for getting extra scores. You can make your own puzzle and choose the number of fragments."; 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 = ''; } }