var fDesc=new Array(); fDesc[0] = "Suspects and Clues is a game that will challenge your observations skills, since the main objective of the game is to find out differences between the original scene and the crime scene.
You will work as a private investigator in crime scenes all around the world.
Your records will be written in a Casebook with all the information related to your status, codes cracked, suspects apprehended, bonuses earned, crime scenes, clues and cases."; 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 = ''; } }