//Tables needed for previous ... next button generation for all DryPlate pages
//Generate with Prevnext.js.
var nextSectionCaption='Film and Paper Negatives &gt;';
var nextSectionURL='http://thelightfarm.com/Map/FilmNegatives/FilmNegativesPart1.htm';

var pageCount=9;
var myUrls = new Array(pageCount+1);

myUrls[0] = "";
myUrls[1] = 'http://thelightfarm.com/Map/DryPlate/DryPlatePart1.htm';
myUrls[2] = 'http://thelightfarm.com/Map/DryPlate/Recipes/DryPlatePart2.htm';
myUrls[3] = 'http://thelightfarm.com/Map/DryPlate/Recipes2/DryPlatePart3.htm';
myUrls[4] = 'http://thelightfarm.com/Map/DryPlate/Osterman/DryPlatePart4.htm';
myUrls[5] = 'http://thelightfarm.com/Map/DryPlate/PlatePrep/DryPlatePart4.htm';
myUrls[6] = 'http://thelightfarm.com/Map/DryPlate/CurveControl/DryPlatePart5.htm';
myUrls[7] = 'http://thelightfarm.com/Map/DryPlate/PlateHolders/DryPlatePart6.htm';
myUrls[8] = 'http://thelightfarm.com/Map/DryPlate/Recipes/DryPlatePart7.htm';
myUrls[9] = 'http://www.thelightfarm.com/Map/Gallery/gallery.htm';

//Override these in the html.
var pageNumber=0;
var subpageNumber=0;

var mySubpageCounts = new Array();
mySubpageCounts[0] = 0;
mySubpageCounts[1] = 0;
mySubpageCounts[2] = 2;
mySubpageCounts[3] = 0;
mySubpageCounts[4] = 0;
mySubpageCounts[5] = 2;
mySubpageCounts[6] = 3;
mySubpageCounts[7] = 0;
mySubpageCounts[8] = 0;
mySubpageCounts[9] = 0;

var mySubUrls = new Array();
mySubUrls[0] = new Array(1);
mySubUrls[0][0] = '';
mySubUrls[1] = new Array(mySubpageCounts[1]+1);
mySubUrls[1][0] = '';
mySubUrls[2] = new Array(mySubpageCounts[2]+1);
mySubUrls[2][0] = '';
mySubUrls[2][1] = 'http://thelightfarm.com/Map/DryPlate/Recipes/DryPlatePart2a.htm';
mySubUrls[2][2] = 'http://thelightfarm.com/Map/DryPlate/Recipes/DryPlatePart2b.htm';
mySubUrls[3] = new Array(mySubpageCounts[3]+1);
mySubUrls[3][0] = '';
mySubUrls[4] = new Array(mySubpageCounts[4]+1);
mySubUrls[4][0] = '';
mySubUrls[5] = new Array(mySubpageCounts[5]+1);
mySubUrls[5][0] = '';
mySubUrls[5][1] = 'http://thelightfarm.com/Map/DryPlate/PlatePrep/DryPlatePart4a.htm';
mySubUrls[5][2] = 'http://thelightfarm.com/Map/DryPlate/PlatePrep/DryPlatePart4b.htm';
mySubUrls[6] = new Array(mySubpageCounts[6]+1);
mySubUrls[6][0] = '';
mySubUrls[6][1] = 'http://thelightfarm.com/Map/DryPlate/CurveControl/DryPlatePart5a.htm';
mySubUrls[6][2] = 'http://thelightfarm.com/Map/DryPlate/CurveControl/DryPlatePart5b.htm';
mySubUrls[6][3] = 'http://thelightfarm.com/Map/DryPlate/CurveControl/DryPlatePart5c.htm';
mySubUrls[7] = new Array(mySubpageCounts[7]+1);
mySubUrls[7][0] = '';
mySubUrls[8] = new Array(mySubpageCounts[8]+1);
mySubUrls[8][0] = '';
mySubUrls[9] = new Array(mySubpageCounts[9]+1);
mySubUrls[9][0] = '';

