var fDesc=new Array(); fDesc[0] = "Imperialism II: Age of Exploration is a turn-based strategy computer game. The player starts as ruler of a 16th-century European country, and must build an empire. This is a turn based 4X game, where you have to "eXplore, eXpand, eXploit, and eXterminate" in order to achieve victory. The game, however, focus on the economic aspect by introducing the concepts of variable worker productivity, variable terrain productivity, labor allocation, resource allocation and logistics."; 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 = ''; } }