
function index(name,link,words,image,width,height) {
 this.name=name;
 this.link=link;
 this.words=words;
 this.image=image;
 this.width=width;
 this.height=height;
} 

var Qp=new Array();
Qp[0]=new index("print, photographic","./exhibit1/e10001a.htm","WEBPAGE IMAGES DOCUMENT IS FROM COLLECTION XXXX.294, THE SIGMUND ROTHSCHILD FAMILY COLLECTION. IT DATES 1864 2002.08 PHOTOGRAPH OF LEO M. FRANKLIN WEBIMAGE PRINT, PHOTOGRAPHIC","./exhibit1/images/e10001a.jpg","62","85");
//-->
