var fDesc=new Array(); fDesc[0] = "A House of Champions is a unique independently developed RPG game for your PC, set in a classic RPG style both graphically and in its writing/design. It features a set of challenging RPG boss battles which require much more than just brute force to defeat. Use your wits to discover strategies and solve your opponents as you fight your way through the ranks of 20 unique Champions. It's not easy, but perseverance is key as your characters grow and your strategies develop with every epic battle.
Can you become the number-one ranked Grand Champion?"; 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 = ''; } }