<!-- link policy
// scroll(0,0);
if (top.frames.length!=0)
 top.location=self.document.location;
// window toys
function piczoom(pic){
  var url = "http://www.tavernproperties.com/images/" + pic;
  window.open(url,"pic640x480","width=640,height=480");
}
function zoompic(pic){
  var url = "http://www.tavernproperties.com/images/" + pic;
  window.open(url,"pic480x640","width=480,height=640");
}
function tb_window(url) {
  window.open(url,"TavernProperties","width=640,height=800,scrollbars,resizable");
}
// -->