var fDesc=new Array(); fDesc[0] = "1001 Jigsaw - Earth Chronicles 4 is a jigsaw puzzle game. You will set off a journey to the far countries and admire picturesque views, see various animals, birds and take care of plants. You can choose from 7 gorgeous packs; wild animals, underwater lands, birds from all over the world, breathtaking flora, beautiful views, gifts of nature, and lifestyles."; 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 = ''; } }