
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("Reflections","./exhibit3/e30001a.htm","~","./exhibit3/images/e30001a.jpg","178","150");
//-->
