var fDesc=new Array(); fDesc[0] = "DYNASTY WARRIORS 8 Empires is the latest installment of the "Empires" series, in which you aim to conquer ancient China using both strategy and the one warrior versus one thousand tactical action the WARRIORS series is known for. The player becomes a hero from Three Kingdoms era, with the goal of unifying all of ancient China under their rule via strategy and battles. This game, English version, has English interface/subtitles and Japanese audio."; 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 = ''; } }