var fDesc=new Array(); fDesc[0] = "Quest For Power v1.0
Quest For Power is an interesting strategy game for free. It is the year 867 A.D. and you play the part of a young boy called Arthur, who dreams of being King! Help Arthur create and command an army to defeat 7 kings and queens who rule the land! Travel across 14 unique levels. Use your powerful catapult to hurl boulders and magical potions at the enemies armies and defenses! Good luck!"; 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 = ''; } }