var rt = new Array();	
var st = new Array();	
var mt = new Array();	
var at = new Array();	
// *****
function LoadReportTable()
{
var i = 0;

rt[i++] = f(0,"report.pdf", 0, "", "");
return;
}
// *****
function LoadPhotoTable()
{
var i = 0;

st[i++] = f(1,"Plate 1.pdf", 0, "Aerial view of Hampshire School, View to Northeast. Taken shortly after school bought property", "3.1mb");
st[i++] = f(1,"Plate 2.pdf", 0, "The sawmill (#29). <i>Photographed 1910 by George Warren Wilder, Jr.</i>", "252kb");
st[i++] = f(1,"Plate 3.pdf", 0, "A smaller group of industrial buildings to the west of the sawmill; Wheelwright shop (#39),<br><span class='PlateBulletText11'>Carpenter shop (#44) &amp; dwelling (#38) Photographed 1910 by George Warren Wilder, Jr.</span>", "1.7mb");
st[i++] = f(1,"Plate 4.pdf", 0, "The Vinegar Plant and its power house (#15) and the Cider Mill (#14) Photographed for Butterick <span class='PlateBulletText11'>Publishing Co., ca. 1913</span>", "");
st[i++] = f(1,"Plate 5.pdf", 0, "Barn complex (#25) built by Jones Warren Wilder. Photographed for Butterick Publishing Co., ca. 1913", "");
st[i++] = f(1,"Plate 6.pdf", 0, "Detail of barn complex (#25), looking west. Photographed for Butterick Publishing Co., ca. 1913", "");
st[i++] = f(1,"Plate 7.pdf", 0, "Agricultural building (#6). Current school theater. <i>Photographed 1910 by George Warren Wilder, Jr.</i>", "");
st[i++] = f(1,"Plate 8.pdf", 0, "Barn (#22) <i> Photographed 1910 by George Warren Wilder, Jr.</i>", "");
st[i++] = f(1,"Plate 9.pdf", 0, "Barn (#22) and presumed Blacksmith Shop (#21)	<i>Photographed 1910 by George Warren Wilder, Jr.</i>", "");
st[i++] = f(1,"Plate 10.pdf", 0, "Animal Hospital (#36) <i>Photographed 1910 by George Warren Wilder, Jr.</i>", "");
st[i++] = f(1,"Plate 11.pdf", 0, "Greenhouse (#7) <i>Photographed for Butterick Publishing Co., ca. 1913</i>", "");
st[i++] = f(1,"Plate 12.pdf", 0, "Presumed Blacksmith Shop (#21), Garden House (#27), building (#46), and the Carpenter Shop (#44)<BR><span class='PlateBulletText21'><i>Photographed 1910 by George Warren Wilder, Jr.</i></span>", "");
st[i++] = f(1,"Plate 13.pdf", 0, "Cheshire Place from the south, ca. 1890s", "");
st[i++] = f(1,"Plate 14.pdf", 0, "Tenements (#19 and 18) <i>Photographed for Butterick Publishing Co., ca. 1913</i>", "");
st[i++] = f(1,"Plate 15.pdf", 0, "Store (#16), erected by Wilder in 1892. May also have served as a boarding house<br><span class='PlateBulletText21'><i>Photographed 1910 by George Warren Wilder, Jr.</i></span>", "");
st[i++] = f(1,"Plate 16.pdf", 0, "Boat House (#2)&nbsp;<i>Photographed 1910 by George Warren Wilder, Jr.</i>", "");
st[i++] = f(1,"Plate 17.pdf", 0, "Overseer’s cottages (#26)&nbsp;<i>Photographed for Butterick Publishing Co., ca.1913</i>", "");
st[i++] = f(1,"Plate 18.pdf", 0, "Garden House (#27)&nbsp;<i>Photographed for Butterick Publishing Co., ca. 1913</i>", "");
st[i++] = f(1,"Plate 19.pdf", 0, "Jones Wilder’s house and other Cheshire Place buildings", "");
st[i++] = f(1,"Plate 20.pdf", 0, "View of Cheshire Place from the south in 1910.&nbsp;<i>Photographed 1910 by George Warren Wilder, Jr.</i>", "");
st[i++] = f(1,"Plate 21.pdf", 0, "Wilder house remodeled, ca. 1920s.", "");
st[i++] = f(1,"Plate 22.pdf", 0, "Main barn complex replaced by George Warren Wilder", "");
st[i++] = f(1,"Plate 23.pdf", 0, "George Wilder’s barn complex, looking northwest.&nbsp;<i>From New Hampshire Troubadour</i>", ""); 
st[i++] = f(1,"Plate 24.pdf", 0, "The Wilder House and former tenement, now the Boat House, 2003", ""); 
st[i++] = f(1,"Plate 25.pdf", 0, "Theater, 1910", ""); 
st[i++] = f(1,"Plate 26.pdf", 0, "Theater, 2003", ""); 
st[i++] = f(1,"Plate 27.pdf", 0, "Coach House, ca. 1913", ""); 
st[i++] = f(1,"Plate 28.pdf", 0, "Coach House, 2003", ""); 
st[i++] = f(1,"Plate 29.pdf", 0, "The Sheep Barn, shown at far left, 1933", ""); 
st[i++] = f(1,"Plate 30.pdf", 0, "The Sheep Barn, 2003", "");  

i = 0;
return;
}
// *****
function LoadMapTable()
{
var i = 0;

mt[i++] = f(1,"Map 1.pdf", 0, "Detail, 1858 Map of Cheshire County", "");
mt[i++] = f(1,"Map 2.pdf", 0, "Detail, 1877 Atlas, of Cheshire County", "");
mt[i++] = f(1,"Map 3.pdf", 0, "Detail, 1892 Map of Rindge", "");				

i = 0;
return;
}
// *****
function LoadAppendixTable()
{
var i = 0;

at[i++] = f(1,"Appendix A.pdf", 0, " Field Drawing of Key Archaeological Sites", "");
at[i++] = f(1,"Appendix B.pdf", 0, ' "Cheshire Place, East Rindge" (marketing booklet issues by Butterick Publishing Co., ca. 1913)', "");
at[i++] = f(1,"Appendix C.pdf", 0, " Suggestions for Future Research", "");				

i = 0;
return;
}
// *****
function f(type, file, scale, text, size) 
{
var obj;
var s, text1;
if (type == 1) {
	s = new String(file);
	s = s.replace(/.pdf/, "")
	text1 = text;
	text = s;
 }
obj = new InsertSlide(type, file, scale, text, size, text1);
return(obj);
}
// *****
function InsertSlide(type, file, scale, text, size, text1) {   
	this.type = type;
	this.file = file;
	this.scale = scale;
	this.text = text;
	this.size = size;
	this.text1 = text1;
	return;
};


