var fDesc=new Array(); fDesc[0] = "Magic Encyclopedia is a hidden object game developed by V-Games and published by Alawar Entertainment.
In Magic Encyclopedia we travel around different locations guided by a paper bird. This paper bird will help us to carry out our mission. The first thing we see after starting the game is a map. This map has several locations marked, which will be the different stages of the game. In each stage we must search and find different objects. We must only find a few objects, but they are divided into smaller pieces, so we have a lot of work to do. At the bottom part of the game screen we have drawings of the different objects to find. These drawings will show us what are the remaining pieces of the objects that we still need to find.
Magic Encyclopedia features awesome graphics which makes looking for different objects a real pleasure. In addition to this, the music of the game is so beautiful that really takes the gaming experience to the next level.
Magic Encyclopedia is a full featured time limited trial version. This version of the game will stop working after 60 minutes. If you want to play longer the game must be registered at the developer's page."; 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 = ''; } }