var fDesc=new Array(); fDesc[0] = "On The Magician's Handbook Cursed Valley 1.0 you will have to find lost objects on different stages. The game has got over thirteen different levels, each one with different objects and difficulty level. The game has got nice video graphics and good sound effects and music. It is very easy to play, all you have to do is to find the objects and click on them. When playing The Magician's Handbook Cursed Valley 1.0, You will have a list of the objects you have to find in each stage. You can random click on the screen but you will lose time. If the time goes out before you finished finding all the objects you will lose and will have to start all over again. As you keep on advancing from level to level, you will be able to unlock special bonuses. The game can be played for people of all ages. You will be able to play it using the wide screen mode or the full screen mode. The Magician's Handbook Cursed Valley 1.0 has got an interesting storyline, that will keep you wanting more until you complete the whole game. On some levels, you will have to find and cross some words."; 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 = ''; } }