<!-- 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>'); 

if (heraldPg == "heraldry") 
	{ document.writeln('Intro to Heraldry <em>(You are here)</em><br />'); }
else { document.writeln('<a href="heraldry.html">Intro to Heraldry</a><br />'); }

if (heraldPg == "kingdoms") 
	{ document.writeln('Kingdoms of the Knowne World <em>(You are here)</em><br />'); }
else { document.writeln('<a href="kingdoms.html">18 Kingdoms of the Knowne World</a><br />'); }

if (heraldPg == "principalities") 
	{ document.writeln('Principalities <em>(You are here)</em><br />'); }
else { document.writeln('<a href="principalities.html">Principalities</a><br />'); }
if (heraldPg == "offices") 
	{ document.writeln('Badges of Office in An Tir <em>(You are here)</em><br />'); }
else { document.writeln('<a href="offices.html">Badges of Office in An Tir</a><br />'); }

if (heraldPg == "awards") 
	{ document.writeln('Awards of An Tir <em>(You are here)</em><br />'); }
else { document.writeln('<a href="awards.html">Awards of An Tir</a><br />'); }

if (heraldPg == "baronies") 
	{ document.writeln('Baronies of An Tir <em>(You are here)</em><br />'); }
else { document.writeln('<a href="baronies.html">Baronies of An Tir</a><br />'); }

if (heraldPg == "knights") 
	{ document.writeln('Knights of the Inlands Region <em>(You are here)</em><br />'); }
else { document.writeln('<a href="knights.html">Knights of the Inlands Region</a><br />'); }
if (heraldPg == "peers") 
	{ document.writeln('Peers of the Inlands Region <em>(You are here)</em><br />'); }
else { document.writeln('<a href="peers.html">Peers of the Inlands Region</a><br />'); }

if (heraldPg == "branches") 
	{ document.writeln('Branches of the Inlands Region <em>(You are here)</em><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 == "coronets") 
	{ document.writeln('Coronets of the Inlands Region <em>(You are here)</em><br />'); }
else { document.writeln('<a href="baronial_coronets.html">Coronets of the Inlands Region</a><br />'); }
if (heraldPg == "vulkanSerg") 
	{ document.writeln('Sergeants of Vulkanfeldt <em>(You are here)</em><br />'); }
else { document.writeln('<a href="vulkan-sergeants.html">Sergeants of Vulkanfelt</a><br />'); }
if (heraldPg == "wealdSerg") 
	{ document.writeln('Sergeants of Wealdsmere <em>(You are here)</em><br />'); }
else { document.writeln('<a href="weald-sergeants.html">Sergeants of Wealdsmere</a><br />'); }
if (heraldPg == "wealdAwards") 
	{ document.writeln('Baronial Awards of Wealdsmere <em>(You are here)</em><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/07/06 -->


