var fDesc=new Array(); fDesc[0] = "Hazen is an episodic Action/RPG. The first episode is called "The Dark Whispers", and will bring some freshness to the world of Hack 'n’ Slash Games. Every single episode will be a standalone game with enough game-play and high re-play value. Advanced combat system will make the battles "a true delight" and totally unpredictable. Discover the beauty of an episodical Hack'Slash game, a world that grows more and more (adding more content and features in each chapter). Be part of one detailed Action game, with deep character development possibilities."; 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 = ''; } }