var fDesc=new Array(); fDesc[0] = "Europa Universalis IV gives you control over a nation to create through years a dominant global empire. Rule your nation through the centuries, with unparalleled freedom, depth, and historical accuracy. The experience of true exploration, trade, warfare, and diplomacy will inspire you in this epic title rife with rich strategic and tactical depth. Prepare to join a worldwide community of over half a million players and experience the drama and tension that only the grand stage of history can provide."; 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 = ''; } }