var fDesc=new Array(); fDesc[0] = "The Hidden Object Show Deluxe

Description
Win incredible prizes being the contestant on a game show The Hidden Object Show Deluxe! Look for hidden objects in 30 different scenes, spin the wheel and play 10 different mini-games. To skip the mini-games you don't like to play find the extra hints and collect chips. Are you the happy contestant who will be going home with 5 million dollars?

Deluxe Features
* more than 100 rounds
* 30 different scenes
* 10 mini-games
* win the ultime prize!"; 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 = ''; } }