//Tables needed for previous ... next button generation for all Index pages
//Generate with Prevnext.js.
var nextSectionCaption='Overview &gt;';
var nextSectionURL='http://www.thelightfarm.com/Map/Overview/OverviewPart1.htm';

var pageCount=1;
var myUrls = new Array(pageCount+1);

myUrls[0] = "";
myUrls[1] = 'http://thelightfarm.com/Map/Index/IndexPart1.htm';

//Override these in the html.
var pageNumber=0;
var subpageNumber=0;

var mySubpageCounts = new Array();
mySubpageCounts[0] = 0;
mySubpageCounts[1] = 2;

var mySubUrls = new Array();
mySubUrls[0] = new Array(1);
mySubUrls[0][0] = '';
mySubUrls[1] = new Array(mySubpageCounts[1]+1);
mySubUrls[1][0] = '';
mySubUrls[1][1] = 'http://thelightfarm.com/Map/Index/wwGlassPrepPart2.htm';
mySubUrls[1][2] = 'http://thelightfarm.com/Map/Books/cim/MapTopic.htm';

