var fDesc=new Array(); fDesc[0] = "InnMage™ is a random inn and tavern generator for role-playing games such as Advanced Dungeons and Dragons™ or AD&D™ by Wizards of the Coast.Inns can be edited, printed and saved.

InnMage generates millions of different quality inns and taverns complete with

-Traditional names
-Interesting Landlords
-A mix of (sometimes unsavoury) clientele
-Rooms for your party to rest
-Food and drink menus
-Simple bar scenes"; 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 = ''; } }