function popupImg() {
  remoteWin = window.open("","poppedupImg","resizable=1,width=200,height=200,status=1,scrollbars=0");
  with (remoteWin.document) {
    open('text/html', 'replace');
    write('<html><head><meta http-equiv="imagetoolbar" content="no"><title>'+siteName+'</title><link rel="stylesheet" type="text/css" href="'+stylesheet+'"></head><body style="margin:0px;padding:10px;font-size:11px;width:auto;" onload="resizeTo(document.popupImg.width+50,document.popupImg.height+120); window.focus()"><div align="center"><img border="0" src="' + this.href + '" name="popupImg"><br><br>[<a href="javascript:window.close()">close window</a>]</div></body></html>');
    close();
  }
  return false;
}

  with (document) {
    for (i=0,j=0; i<links.length; i++) {
      if (links[i].target.toLowerCase() == "photo") {
        if (links[i].onclick) j++ // to avoid overwriting existing onclicks
          else links[i].onclick = popupImg;
      }
    }
  }

document.getElementById('established').innerHTML='ESTABLISHED OVER TWO HUNDRED YEARS';
