var fDesc=new Array(); fDesc[0] = "El Dorado is a fantastic puzzle game developed by Media Contact. It is a game that reminds you Indiana Jones adventures. There is an attractive story behind this puzzle game that will surely catch you.
Jane and Bob, treasure hunters, have a mission to accomplish; make their way to find seven amulets. The amulets are the key that will reveal the way to a lost Incan city named El Dorado, where there is a huge treasure awaiting for them. To get to El Dorado is not an easy matter, they will have to go through the dangerous jungles of Amazon to collect the seven parts of an amulate, and once they are complete, they will show the way to the lost civilization.
Although the gameplay is already known by all those puzzle fans, El Dorado is very entertaining, due to its marvelous graphics and scenes.
Basically, there is a grid, with several colorful objects such as pearls, indian faces, gems and other items. The objective is to clear the way so that Jane and Bob receive another part of the amulet. What you have to do is to make three or more adjacent objects match, by clicking and connecting them, they may be in vertical or horizontal position. In this way, a golden tile will appear. Your goal is to make the whole grid golden and clear the hunters’ way, so that they can access to the next level.
In your way to the lost city, you will find a wide variety of power-ups and bonus items that will be of great help. Remember that there is a clock and when time is up, you lose a life. As regards game modes you can choose windowed or full screen mode.
El Dorado is great, and will keep you busy for long hours. Its graphics and music are top notch, and it is surprising that a game of this quality is free."; 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 = ''; } }