var fDesc=new Array(); fDesc[0] = "Jewel Venture is an exciting puzzle game that takes match-3 gameplay to new heights! Explore the colorful Jewel Venture universe and immerse yourself in a one-of-a-kind puzzle experience. With 10 different game variations and more than 1,000 levels, you’ll have ample opportunities to prove your puzzle prowess. The deeper you dive into the world of Puzzle Venture, the tougher the challenges get."; 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 = ''; } }