var fDesc=new Array(); fDesc[0] = "Imperial Splendour is a mod designed for the Empire: Total War game. The first goal was to give uniqueness to each factions : unique unit rosters, unique technology trees, unique building chains, unique AI nature. The second goal was to emulate a kind of unit evolution through 3 periods : early, mid and late 18th century. The third goal was to create a graphic environment unique to the mod and different from the vanilla one."; 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 = ''; } }