var fDesc=new Array(); fDesc[0] = "Travel to the mysterious island and reveal its secrets in the game Detective Quest. Choose the mode and start playing. There are 4 modes at your disposal: you can look for an item by word, by picture, by anagram or practice your keen eyes and reveal the picture by silhouette. Help smart detective Molly Cirque find all the items from the list and get closer to the great mystery of the Kirsken family disappearance."; 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 = ''; } }