var fDesc=new Array(); fDesc[0] = "This game will entertain you and challenge your speed and mind ability. The main goal of this game is to search and find items and hidden objects to collect them. The game will indicate a certain card category like for example animals, transportation, and things for the bathroom, among others. You must search as many items as you can find from that category and collect them. Some items are from two or more categories so you can match them in the category of your convenience. All you need to do is to search in your screen board for the items and click your mouse button over them, items that you collect will disappear and new ones will appear in that place.
Don´t waste time if you don't find an item, you can use hints to check where are missing objects that you can't find. This game allows you to play a game, to check how to play, to check records room, to set options and to exit the game. In order to play all you need is your mouse, move your mouse over your objective and press left mouse button to select."; 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 = ''; } }