//Tables needed for previous ... next button generation for all Unpatented pages
//Generate with Prevnext.js.
var nextSectionCaption='How to Participate &gt;';
var nextSectionURL='http://www.thelightfarm.com/Map/HowToParticipate/HowToParticipatePart1.htm';

var pageCount=1;
var myUrls = new Array(pageCount+1);

myUrls[0] = "";
myUrls[1] = 'http://www.thelightfarm.com/Map/Unpatented/UnpatentedPart1.htm';

//Override these in the html.
var pageNumber=0;
var subpageNumber=0;

var mySubpageCounts = new Array();

var mySubUrls = new Array();


