// JavaScript Document htc 2007

function htc_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}


/* Frambraker für von alten seiten kommende besucher */
if (top.frames.length > 0) {
  if (document.images) {
    top.location.replace (self.location.href);
  }
  else {
    top.location.href = self.location.href;
  }
}
