var fDesc=new Array(); fDesc[0] = "CityMage™ is a random settlement generator for role-playing games such as Advanced Dungeons and Dragons™ or AD&D™.

CityMage will instantly generate millions of settlements ranging from a Croft, up to a Metropolis and populate all the buildings. Fill your city with Inns, Temples, Palaces, Fortresses, Arenas etc.

Main features:
-Instant map generation
-Possible maps include Croft, Thorp, Hamlet, Village, Small Town, Town, Large Town, Small City, City, Large City and Metropolis.
-Billions of different maps
-Favorite maps can be recreated at a later date
-Zoom in to particular types of buildings using the 'Key View' feature
-Variable sized maps
-Maps can be saved and/or printed
-Building descriptive text can be saved or printed"; 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 = ''; } }