if (top == self) self.location.href="index.html";
function Thumbnail(TITLE, URL, WIDTH, HEIGHT) {
	windowprops = "left=50,top=50,width=" + (WIDTH+50) + ",height=" + (HEIGHT+50);
	text = "<html><head ><title>" + TITLE + "</title></head><body bgcolor='white'";
	text += "><center><img src='" + URL + "' width='" + WIDTH + "' height='" + HEIGHT + "'>";
	text += "</center></body></html>";
	preview = window.open("", "preview", windowprops);
	preview.document.open();
	preview.document.write(text);
	preview.document.close();
}
if (document.images) {
}
function swap_image(id,name){
  if (document.images) document.images[id].src=eval(name+".src");
}
var bodyfooterFrame;
function loadframes () {
  if (top != self) {
    bodyfooterFrame = parent.bodyfooter.window;
    if (bodyfooterFrame) {
      bodyfooterFrame.location="copyrightgallery.html";
    }
  }
}
