var fDesc=new Array(); fDesc[0] = "Jewel Quest Bundle is a sequel match game with interesting graphics.
It's a game that has comprissed the 2 sequels: Jewel Quest II and III.
Advance through hundreds of levels of international jewel matching quests in search of precious relics! Jet across the rich history and wild safari of Africa, then search worldwide for the Golden Jewel Board."; 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 = ''; } }