var fDesc=new Array(); fDesc[0] = "Might & Magic: Heroes VI is a fast-paced epic story where Angels plot to end - once and for all - an unfinished war with their ancient rivals, the Faceless. You can determine the fates of 6 legendary factions, including the Knights of Haven, the Necromancers of Necropolis and the Dark Elves of Dungeon, as well as the brand new faction, the Naga of Sanctuary."; 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 = ''; } }