if (top == self) self.location.href="index.html";
preview = null;
function Thumbnail(TITLE, URL, WIDTH, HEIGHT) {
  if (preview && !preview.closed) {
    preview.close();
  }
  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");
}
function loadframes () {
  if (top != self) {
  }
}
