var fDesc=new Array(); fDesc[0] = "Secret Case: Paranormal Investigation is a hidden object puzzle adventure game, with an investigative theme. After foiling an international plot, James, a former FBI agent from the Cold Cases section, is asking for your help. You play the part of Clarice, who is looking for a mystical artifact with huge powers. Accompanied by James, your mission will take you around the world."; 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 = ''; } }