<!-- Hide from other browsers
// These is the Inlands Region navigation for the Heraldry pages

if (heraldPg == null) { var heraldPg = "none"; }
// document.writeln("<strong>" + awardPg + "</strong><br />");
document.writeln('<table class="menuNav" cellpadding="8" width="340"><tr><td>'); 

document.writeln('<a href="../heraldry.html">Intro to Heraldry</a><br />');

if (heraldPg == "kingdoms") 
	{ document.writeln('<strong><a href="../kingdoms.html">Kingdoms of the Knowne World</a></strong><br />'); }
else { document.writeln('<a href="../kingdoms.html">18 Kingdoms of the Knowne World</a><br />'); }

if (heraldPg == "principalities") 
	{ document.writeln('<strong><a href="../principalities.html">Principalities</a></strong><br />'); }
else { document.writeln('<a href="../principalities.html">Principalities</a><br />'); }
if (heraldPg == "offices") 
	{ document.writeln('<strong><a href="../offices.html">Badges of Office in An Tir</a></strong><br />'); }
else { document.writeln('<a href="../offices.html">Badges of Office in An Tir</a><br />'); }

if (heraldPg == "awards") 
	{ document.writeln('<strong><a href="../awards.html">Awards of An Tir</a></strong><br />'); }
else { document.writeln('<a href="../awards.html">Awards of An Tir</a><br />'); }

if (heraldPg == "baronies") 
	{ document.writeln('<strong><a href="../baronies.html">Baronies of An Tir</a></strong><br />'); }
else { document.writeln('<a href="../baronies.html">Baronies of An Tir</a><br />'); }

if (heraldPg == "knights") 
	{ document.writeln('<strong><a href="../knights.html">Knights of the Inlands Region</a></strong><br />'); }
else { document.writeln('<a href="../knights.html">Knights of the Inlands Region</a><br />'); }
if (heraldPg == "peers") 
	{ document.writeln('<strong><a href="../peers.html">Peers of the Inlands Region</a></strong><br />'); }
else { document.writeln('<a href="../peers.html">Peers of the Inlands Region</a><br />'); }
if (heraldPg == "branches") 
	{ document.writeln('<strong><a href="../antir-inland.html">Branches of the Inlands Region</a></strong><br />'); }
else { document.writeln('<a href="../antir-inland.html">Branches of the Inlands Region</a><br />'); }

document.writeln('</td></tr>');
document.writeln('<tr><td>');

if (heraldPg == "coronet") 
	{ document.writeln('<strong><a href="../baronial_coronets.html">Coronets of the Inands Region</a></strong><br />'); }
else { document.writeln('<a href="../baronial_coronets.html">Coronets of the Inlands Region</a><br />'); }
if (heraldPg == "vulkanSerg") 
	{ document.writeln('<strong><a href="../vulkan-sergeants.html">Sergeants of Vulkanfeldt</a></strong><br />'); }
else { document.writeln('<a href="../vulkan-sergeants.html">Sergeants of Vulkanfeldt</a><br />'); }
if (heraldPg == "wealdSerg") 
	{ document.writeln('<strong><a href="../weald-sergeants.html">Sergeants of Wealdsmere</a></strong><br />'); }
else { document.writeln('<a href="../weald-sergeants.html">Sergeants of Wealdsmere</a><br />'); }
if (heraldPg == "wealdAwards") 
	{ document.writeln('<strong><a href="../weald-awards.html">Baronial Awards of Wealdsmere</a></strong><br />'); }
else { document.writeln('<a href="../weald-awards.html">Baronial Awards of Wealdsmere</a><br />'); }

document.writeln('</tr></table><br />');
// Stop hiding from other browsers ... updated 12/7/06 -->

