var fDesc=new Array(); fDesc[0] = "Jewel Time Deluxe is jam packed with loads of your favourite match 3 games, plus loads of new twists and turns to keep you entertained for hours. Key features:
- Six game modes, including all new Isolation and Gravity Twist
- Play the match 3 games you love in Classic or Arcade mode
- Play your way in Free Play mode or pit yourself against the clock in Time Attack
- Earn extra points when you create power jewels
- Infinite replayability with multiple levels of difficulty and unlimited levels of play."; 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 = ''; } }