var fDesc=new Array(); fDesc[0] = "A crime has been committed in the Neptuneville estate. Help Steve the sheriff to find and punish the criminals. This game is a great fun adventure with criminal cases. The main objective of this game is to find clues and solve each case. Each level of this game will challenge your ability to find items and clues in order to find the way to solve each task. In this game you can select action mode or relaxed mode. Action mode is a timed game and Relaxed mode is an untimed challenge. In timed mode you should complete your task before the time is up or the game will be over. You must search for different items listed, try to collect all the hidden cigars, they help the sheriff to open his mind and remember where he left each hidden item. Some items will help you find others, try to find which items can help you to have new clues and find special things. Each level will challenge you with some other games like puzzles, finding differences or forming pieces. Playing this game is very easy, move your mouse and click left mouse button to select your options."; 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 = ''; } }