var fDesc=new Array(); fDesc[0] = "Populous Resurrection was created by Wildman Productions. The matchmaker has many features for customising the game such as editing game constants and the colours of the tribes. Plans are in the works for a new Single Player launcher, with all the benefits of playing online, such as custom tribe colors, swapping tribe buildings, and a central database to preserve existing Single Player maps and encourage the collection of lost Single Player maps and creation of new Single Player maps."; 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 = ''; } }