var fDesc=new Array(); fDesc[0] = "A nice fun story that will capture your attention and will give you a lot of fun. Elven Mists is a game and story where you must help your friends the elves to revive from a dark spell that captured them and keeps them imprisoned in gates between some stones and energy flowers. The main objective of this game is to liberate all the elves in your screen board before the time is up. You must place a stone provided in a certain position to cover the prison of the elves and around the energy flower to revive the elves and liberate them. Each stone has a different form, you can rotate them to match them with other stones and cover the space around the energy flowers and liberate your friends. The game has 145 different levels to challenge your ability and fulfill your entertainment. You will have enough challenges to take. Playing this game is very simple, all you need is your mouse, move your mouse and your stone over your objective and press right mouse button if you want to rotate the stone and press left mouse button to place it."; 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 = ''; } }