/* find out type of page */
var vHref=new String(window.location);
var vInd=vHref.lastIndexOf('/');
var vType=vHref.slice(vInd+1,vInd+4);
/* create left-hand top-of-page lynx */
document.write('<TABLE ALIGN="LEFT" BORDER="0" WIDTH="70" HEIGHT="70">');
var mouseOverImg="../images/_tl.gif", mouseOutImg="../images/_tli.gif";
var xTxt='<TR><TD><A NAME="top" HREF="../main.htm"';
xTxt+=' onMouseOver="JavaScript:document.images[0].src=&#39;'+mouseOverImg+'&#39;;"';
xTxt+=' onMouseOut="JavaScript:document.images[0].src=&#39;'+mouseOutImg+'&#39;;">';
xTxt+='<IMG SRC="'+mouseOutImg+'" BORDER="0" ALT="RBO Main Menu"></A></TD></TR></TABLE>';
document.write(xTxt);
/* create right-hand top-of-page lynx */
document.write('<TABLE ALIGN="RIGHT" BORDER="0" WIDTH="70" HEIGHT="70">');
var mouseOverImg="_tribes_ani.gif", mouseOutImg="_tribes_ico.gif";
var xTxt='<TR><TD><A HREF="tribes.htm"';
xTxt+=' onMouseOver="JavaScript:document.images[1].src=&#39;'+mouseOverImg+'&#39;;"';
xTxt+=' onMouseOut="JavaScript:document.images[1].src=&#39;'+mouseOutImg+'&#39;;">';
xTxt+='<IMG SRC="'+mouseOutImg+'" BORDER="0" ALT="RBO Tribes Menu"></A></TD></TR></TABLE>';
document.write(xTxt);
document.write('<H1><SMALL>WWW.</SMALL>Roman-Britain<SMALL>.ORG</SMALL></H1>');
document.write('<H3>The Celtic Tribes of Britain</H3>');

