var fDesc=new Array(); fDesc[0] = "In Druids: Battle of Magic it is up to the brave druids to follow the thief's trail back to the dark castle and recover their ancestral artifact. Help the druids on their way in this enchanting adventure puzzle game. Druids: Battles of Magic is a fantasy adventure that involves swapping magic components to create sets and fill the bars of mana. With over 110 game levels and a full featured editor there is a near endless chain of magical events that can wind forward. The graphics and sounds are key components, and their mystic nature will calm and sooth a rough day.Features- 110 levels of non-stop fun- Dynamic Gameplay- Eye Candy graphics and enchaned sounds- Level editor to build your custom levels- Visual storyline with beatiful graphics"; 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 = ''; } }