var fDesc=new Array(); fDesc[0] = "The Nightshift Code is a fantastic hidden object game that combines a seek-and-find adventure with challenging mini-games puzzles. You will travel across the world searching for key items, solving puzzles and deciphering cryptic messages. As in any hidden object game, you will have to find the listed objects on a busy scene before time runs out. Some items are located in two different scenes, so you must visit multiple locations to find everything on a list. If you get stuck, you can use the three available hints. The game features 18 locations divided in six chapters, and it has two game modes: the Story mode and the Arcade mode, which doesn't have a story and offers more challenges. In the Story mode, you will find six tricky but fun mini-games. The objects have nothing to do with the story, and some of them are little bit confusing. It offers a little replayability value since the objects appear exactly in the same place, even if the list of items is different. All in all, The Nightshift Code is a fun game that will keep you entertained for a few hours, although you may find better similar games out there."; 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 = ''; } }