function reload() {
  top.frames["audit"].location.reload();
}

function popup() {
  if (navigator.appName=="Microsoft Internet Explorer" && parseInt(navigator.appVersion)>=4) {
loc=new String(top.document.location);
    loc=loc.replace(/www\.fw\.hu\//gi,"www.freeweb.hu/");
    top.document.location=loc.replace(/www\.freeweb\.hu([^\/]*)\/([^\/]+)\/(.*)/gi,"$2.freeweb.hu$1/$3");
  }
}

if (top.frames["audit"] && top.frames["user"])
  window.onunload=reload;
if (!(top.frames["audit"] && top.frames["user"]))
  window.onload=popup;
