var fDesc=new Array(); fDesc[0] = "In Jewel Quest 2 you have to join Professor Pack on the ultimate jewel matching adventure game. You have to deal the dangers of the safari, the awsome history of the Zimbabwe ruins and more, filled with puzzles of skill and twists, while surrounded by gorgeous animations. Get swept away by the heart pounding soundtrack as you're immersed in realistic and authentic African settings. Discover an amazing new element of fun with the Exclusive "Dueling Jewels" Tournament Play: Pit your jewel matching skills against others around the world! Play against other players, or be matched with a computer opponent!"; 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 = ''; } }