var fDesc=new Array(); fDesc[0] = "Diamond Detective Deluxe

Description:

Stop thief!
Calling all detectives!
The unsuspecting city of Gemopolis has fallen victim to a clever jewel thief in Diamond Detective Deluxe.
Help the Chief of Police retrieve the stolen jewels.
Gather the evidence.
Find the clues and put the criminal behind bars.
Earn promotion to become a top detective in Diamond Detective Deluxe.
Be sure to have free time ahead!

Deluxe Features:

* 50 levels
* solve 10 mysterious robberies
* 3 games in 1
* 10 bonus diamonds"; 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 = ''; } }