var fDesc=new Array(); fDesc[0] = "BuildingMage is a random building floorplan and layout generator for role-playing games such as Advanced Dungeons and Dragons or AD&D by Wizards of the Coast.
BuildingMage will instantly generate re-creatable and editable floorplans for a whole range of buildings. Buildings can range from tiny to huge, have multiple floors and be either rectangular, square, or even irregular shapes. You can also print and save maps for later editing and much more!

BuildingMage can print floorplans at actual 25mm scale to physically stand your miniatures on. No more guessing at where everyone is and who can reach what!

Now includes a full editing facility. Generate a random building and then change it or just create your own from scratch!"; 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 = ''; } }