
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("Florence Burrier Holmes","./exhibit2/e20001a.htm","ROSIE THE RIVETER UNKNOWN SNAPSHOT OF FLORENCE BURRIER HOLMES IN DARK SKIRT AND WHITE BLAZER STANDING FRONT HOUSE. 2005.1.2.038 PRINT, PHOTOGRAPHIC","./exhibit2/images/e20001a.jpg");
Qp[1]=new index("Florence Burrier Holmes","./exhibit2/e20002a.htm","ROSIE THE RIVETER UNKNOWN SNAPSHOT OF FLORENCE BURRIER HOLMES WITH DOG IN FIELD FARM. 2005.1.2.039 PRINT, PHOTOGRAPHIC","./exhibit2/images/e20002a.jpg");
Qp[2]=new index("Florence and John Holmes, Dolores Burrie","./exhibit2/e20003a.htm","ROSIE THE RIVETER UNKNOWN SNAPSHOT OF FLORENCE BURRIER HOLMES LEFT , HER HUSBAND, JOHN CENTER SISTER, DOLORES RIGHT IN FRONT HOUSE. 2005.1.2.040 PRINT, PHOTOGRAPHIC HOLMES,","./exhibit2/images/e20003a.jpg");
//-->