var fDesc=new Array(); fDesc[0] = "SC3K Map Editor is the fastest and most accurate terrain editor currently available for SimCity 3000. It gives you the finest possible control over modifications to your terrain.

With SC3K Map Editor you can use an interface very similar to that given by SimCity 3000 so that you can see exactly what your terrain will look like as you create it.
Also you can make your layout suit your purposes and techniques."; 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 = ''; } }