/*

	File containing variable items for placement in the navigation column
	Adkins family
	
	DON'T FORGET that the single quotes around the link names must be preceeded by a back slash

*/
<!--
var writeLine = ""
writeLine += '<tr><td id="home"><a href="' + (prefix) + '/index.htm">Home</a></td></tr>';
writeLine += '<tr><td id="treedata"><strong><a href="javascript:null()">Family tree data:</a></strong>';
writeLine += '<tr><td id="surnames"><a href="' + (prefix) + '/wc_idx/sur.htm">&nbsp;&nbsp;&nbsp;Surnames</a></td></tr>';
writeLine += '<tr><td id="names"><a href="' + (prefix) + '/wc_idx/idx001.htm">&nbsp;&nbsp;&nbsp;Names&nbsp;index</a></td></tr>';
writeLine += '<tr><td id="members"><a href="' + (prefix) + '/wc_idx/idx001.htm#ADKINS">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adkins&nbsp;family</a></td></tr>';
writeLine += '<tr><td id="members"><a href="' + (prefix) + '/wc_idx/idx001.htm#FIELD">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Field&nbsp;family</a></td></tr>';
writeLine += '<tr><td id="members"><a href="' + (prefix) + '/wc_idx/idx001.htm#MALINS">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Malins&nbsp;family</a></td></tr>';
writeLine += '<tr><td id="members"><a href="' + (prefix) + '/wc_idx/idx001.htm#RATCLIFF">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ratcliff&nbsp;family</a></td></tr>';
writeLine += '<tr><td id="members"><a href="' + (prefix) + '/wc_idx/idx001.htm#SOTHAM">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sotham&nbsp;family</a></td></tr>';
writeLine += '<tr><td id="members"><a href="' + (prefix) + '/wc_idx/idx001.htm#SOUTHAM">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Southam&nbsp;family</a></td></tr>';
writeLine += '<tr><td id="members"><a href="' + (prefix) + '/wc_idx/idx001.htm#WENHAM">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Wenham&nbsp;family</a></td></tr>';
writeLine += '<tr><td id="sources"><a href="' + (prefix) + '/ps_src.htm">&nbsp;&nbsp;&nbsp;Sources</a></td></tr>';
writeLine += '<tr><td id="history"><a href="' + (prefix) + '/history.htm">Histories</a></td></tr>';
writeLine += '<tr><td id="origins"><a href="' + (prefix) + '/origins.htm">Origins</a></td></tr>';
writeLine += '<tr><td id="arms"><a href="' + (prefix) + '/arms.htm">Heraldic&nbsp;Arms</a></td></tr>';
//
writeLine += '<tr><td><hr size="1" noshade color="#FFFFCC"></td></tr>';
writeLine += '<tr><td><a href="http://www.1and1.co.uk/xml/init/?k_id=5991593" target="_blank" title="The Adkins family web site uses and recommends 1&amp;1 web hosting."><img align="center" src="http://www.happy-valley.org.uk/images/0901_GreenHosting_RGB_GB_US_Schatten-140x107.jpg" width="140" height="107" border="0"/>&nbsp;&nbsp;</a></td></tr>';
document.write(writeLine);
//
navtrac += "nav2 ";
//window.alert("Navtrac: " + navtrac + ", Prefix: " + prefix);
-->