var fDesc=new Array(); fDesc[0] = "Infant Puzzles - download puzzles for free
Infant Puzzles is a great game for children. It was created for everyone who enjoys having a good time in front of a computer monitor. The goal of the game is simple. You will have to combine small puzzle pieces into a large colorful picture. The game features over 100 pictures of different genres. Beautiful sceneries, wild animals, city streets and many other views - you will find all of this in Infant Puzzles. You can also choose the necessary difficulty level matching your mood. Got a short break at work? Assemble a small 50-piece puzzle. Want to spend a couple of hours in a comfortable armchair? Go for a 150-piece puzzle! Having a good time in a large company of friends or relatives? Try to assemble the largest, 260-piece puzzle together! This exciting game will be enjoyed by children and adults alike. A simple puzzle helps you improve attention, logic, memory and imagination. The game also has a piece rotation mode. The puzzle will instantly become harder to assemble, but it will be a much more serious challenge, as all puzzle elements will be rotated and jumbled up. Infant Puzzles is a great opportunity to get some rest from daily chores and listen to nice music. The game will be just what the doctor ordered for all fans of classic puzzle games."; 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 = ''; } }