var fDesc=new Array(); fDesc[0] = "Jigsaw Landscapes is a really entertaining and good quality jigsaw puzzle game, developed by SpinTop Media Inc. In its trial version, available for 60 minutes, you will find fifty different photographs of beautiful landscapes, and dreamy sceneries, ideal to chill out after a long day of work.
The photographs included are really detailed and in high resolution.
You will see forests, deserts, fields of flowers, lakes, beaches, sunsets, and more. Once you have chosen your favourite image, you can select its difficulty level, among three, that range from easy to hard, from six, up to the amazing number of 910 pieces, which suits all levels of expertise. Apart from its difficulty level, you can choose the pieces’ shape and skew; there are three different options available.
Its user-friendly interface is really is easy to explore, you do not need to lose time learning to use the game. The game runs smoothly and there is almost no downtime. To sum up, Jigsaw Landscapes is a top-quality game, that all PC users should try."; 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 = ''; } }