var fDesc=new Array(); fDesc[0] = "Civ4 Map Finder it's a utility that allows your computer to generate start positions while you're doing something else. When you come back, you'll find multiple start files waiting for you to pick and play from, the amount depending on how specific your criteria and runtime was. Civ4 Map Finder comes in two parts: Civ4 Map Finder Rule Builder and Civ4 Map Finder Report. The first part is contained within the HOF Mod Version. The second part is a separate install with a couple of VB program"; 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 = ''; } }